forked from Makuna/NeoPixelBus
Optional Param type missing (#276)
This commit is contained in:
@@ -285,7 +285,7 @@ public:
|
|||||||
I2SC |= I2STXS; // Start transmission
|
I2SC |= I2STXS; // Start transmission
|
||||||
}
|
}
|
||||||
|
|
||||||
void ICACHE_RAM_ATTR Update()
|
void ICACHE_RAM_ATTR Update(bool)
|
||||||
{
|
{
|
||||||
// wait for not actively sending data
|
// wait for not actively sending data
|
||||||
while (!IsReadyToUpdate())
|
while (!IsReadyToUpdate())
|
||||||
|
Reference in New Issue
Block a user