blynkkk / blynk-library

Blynk library for IoT boards. Works with Arduino, ESP32, ESP8266, Raspberry Pi, Particle, ARM Mbed, etc.
https://blynk.io
MIT License
3.83k stars 1.38k forks source link

Some examples cause Arduino CREATE EDITOR to stall. #440

Closed BallscrewBob closed 5 years ago

BallscrewBob commented 5 years ago

Use of some examples from the latest blynk library on Arduino CREATE EDITOR seem to cause a minor issue in that they seem to stall the editor with just a "loading source" message.

The ones below seem to be the culprits. SyncArduinoClock (from TIME examples) Hologram_Dash (from the MORE examples) Industruino (from the MORE examples) SIM800_SslSetCert (from the MORE examples)

ALL examples from the Blynk main section.

per1234 commented 5 years ago

None of those examples are from this library.

It looks like the "MORE" ones are from the TinyGSM library: https://github.com/vshymanskyy/TinyGSM/tree/master/examples/more SyncArduinoClock looks to be from from the Time library: https://github.com/PaulStoffregen/Time/tree/master/examples/Processing/SyncArduinoClock

BallscrewBob commented 5 years ago

Seeing the same issues Per with different copies of the "BLYNK" lib They were not from your links but were part of a BLYNK lib in that the stalls "uploading source" msg is a consistent factor in all the BLYNK libs. Starting here was a logical choice. The library itself uploads just fine to CREATE despite the source. Other collections of libs all act as expected when calling the examples up in the editor.

vshymanskyy commented 5 years ago

Please report this to Arduino. this is not an issue of Blynk library.