Hi there.
I have a History Graph widget on iOS that only updates if I change its timescale (like 1hr to 6h) or reload the app. It doesn’t just plot along minute-by-minute on its own. Is that the intended and current behavior of the widget?
I am using these commands every 2secs (SimpleTimer on Arduino UNO) from the device to force a sync issue:
Blynk.syncVirtual(V5,V6);
Blynk.virtualWrite(V5,lvlDn);
Blynk.virtualWrite(V6,lvlUp);
and I use a syncall() at startup.
The data gets to the server just fine, but the Widget / App doesn’t pull and refresh without the mentioned re-scale or app reload.
Thanks, in advance, for any advice.
-Jamie