forked from Makuna/NeoPixelBus
Added stream flush to destructor (#753)
This commit is contained in:
@@ -51,6 +51,7 @@ public:
|
|||||||
|
|
||||||
~PixieStreamMethod()
|
~PixieStreamMethod()
|
||||||
{
|
{
|
||||||
|
_stream->flush();
|
||||||
free(_data);
|
free(_data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user