Board info is now parseable from firmware binary (for OTA)
Important: When BlynkTimer struggles to run multiple times (due to a blocked loop), it just skips all the missed intervals, and calls your function only once. This now differs from SimpleTimer, which could call your function multiple times in this scenario.
Bugfixes
Fix ESP32 BLE advertisement for iOS
Fix NTP time for ESP8266 SSL
Fix param[index].asInt() crash if index out of bound
Is this the resultant error? If so, can this feature be disabled? As it is apparently interfering with what was previously a fast prossessing, but smoothly running, sketch.
You need to diagnose your sketch to understand what exactly goes wrong. I can say nothing by just looking at the pic.
I’d say, the new behavior is what most people are expecting. No way to disable it.
I wrote the entire sketch, I know what is happening and wasn’t really asking for “assistance” per say, but confirmation and a way to disable the suspect culprit.
However I should have focused the picture on the relevant question… My bad
This started happening right after I reflashed with the new library… along with more stuttering in performance. Ergo, the “new” process governor is assuming my smoothy running sketch needs control… to the point of making it not run smoothly anymore.
Unfortunate Some of us like to push the limits of our sketches to achieve desired results.
I had unplugged a NodeMCU running Virtuino code so I could use the USB cable to flash my ESP32 running Blynk code as something gibbered up it’s OTA…
Now, why it is displaying this error in the Blynk App is a mystery… unless it is like the Notifications and is simply a system wide Android message… but not a discussion for here methinks
As to why I am seeing more stuttering in that particular Blynk code after the Library upgrade??.. Well, I will have to work that out on my own
Wait… what? If you are referring to port or the WDTmods? I don’t need them… it was just more sluggish and the App sometimes stalls out or lags behind on some things… without the sketch itself slowing down or throwing errors…
But not to worry… I just deBlynkified that testbench project and am now working with an external display and SimpleTimer directly… it is more an experimenting project then IoT anyhow,
I updated the Blynk Library to 0.5.3 on my Particle Photon via the Particle Web IDE. Upon verifying the code I got multiple errors from the terminal.println commands in my code. The error was " ‘class WidgetTerminal’ has no member named ‘println’ ".
To remedy the situation I am using the 0.5.1 library. I have no idea what was the previous version. I’ve been running the same code for at least 3 months.
when I started with arduino a year ago, I started with virtuino.
but I was a noob.
I never understood how it worked.
then, I discovered BLYNK, and thanks to the community, everything was clear!
yesterday I watched again virtuino, of course there are some nice widgets,
the size of widget and text are scalable ,and no need for a server either.
but I do not even know if I can share the application on several mobiles,
in short, I do not know which is the best, and I do not really want to change!