Blynk Community
Can I read data stored in the server?
Need Help With My Project
Dmitriy
August 22, 2016, 2:49pm
4
BLYNK_CONNECTED() { Blynk.syncVirtual(V1); } BLYNK_WRITE(V1) { counter = param.asInt(); }
Insight needed; BLYNK_WRITE won't update variable
show post in topic