Hi, in my code, syncall doesn’t work in method Blynk_Connected. I have this code:
BLYNK_CONNECTED() {
if (isFirstConnect) {
Blynk.syncVirtual(buttonFaretto10W, buttonMadonna, correnteIstantanea, potenzaIstantanea, energiaTotale, correnteTotale, correnteTotaleDay, V9, V10, V11, V12);
isFirstConnect = false;
}
}
V9, V10, V11, V12 are timer, the others are button and values
Why don’t work?
Thank you