blynkkk / blynk_Issues

6 stars 6 forks source link

BLYNK.sync(V0) missing from library, Blynk.syncAll() working #12

Closed spiutm closed 3 years ago

spiutm commented 3 years ago

i managed to sync the led value only with Blynk.syncAll(); library doesn't recognize BLYNK.sync(V0)

error: 'class BlynkWifi<BlynkArduinoClientSecure >' has no member named 'sync' Blynk.sync(V0); ^ exit status 1

Peterkn2001 commented 3 years ago

The correct syntax is Blynk.syncVirtual(V0) and it's working fine for me.

Pete.

spiutm commented 3 years ago

The correct syntax is Blynk.syncVirtual(V0) and it's working fine for me.

Pete.

nice