I’m experiencing problems trying to upgrade to 0.3.3, compiling:OK, Blynk.run(): OK, all is OK until I use Blynk.virtualWrite, almost all Vpin update fails, this is the log:
[6403738] >msg 0,1,200
[6403738] Ready (ping: 59ms).
[6413688] <msg 6,560,0
[6414880] >msg 0,560,200
[6424834] <msg 6,561,0
[6425912] >msg 0,561,200
[6435888] <msg 6,562,0
[6436398] >msg 0,562,200
[6436822] <msg 20,563,11
vw 0 17.010
[6441848] Cmd error
[6446871] <msg 20,564,11
[6446871] Cmd skipped
[6446872] <msg 20,565,11
[6446882] Cmd skipped
[6446906] <msg 20,566,10
[6446934] Cmd skipped
[6446957] <msg 20,567,11
[6446984] Cmd skipped
[6459506] <msg 2,1,32
Blynk.connected() returns 1 and results are the same with “blynk-cloud.com” or “cloud.blynk.cc”
When recompile with V 0.3.1 all works fine again.
Thank you