Using NodeMCU and Blynk starter sketch.
When Blynk app loads, it checks if the device is online or not. The buttons, however, do not reflect the pin state associated with it.
Is this a bug or an unimplemented feature?
Using NodeMCU and Blynk starter sketch.
When Blynk app loads, it checks if the device is online or not. The buttons, however, do not reflect the pin state associated with it.
Is this a bug or an unimplemented feature?
Used Blnk.syncAll() in setup(). worked as expected. Thanks for the pointer.