Hello guys, I need help with my testing on blynk 2.0, i started working on it 2 days ago.
i am having issues with the Arduino connecting to the app, its always offline
(when i used blynk legacy everything was working fine)
this is the cmd script
Connecting device at COM3 to blynk.cloud:80...
OpenC0C("\\.\COM3", baud=9600, data=8, parity=no, stop=1) - OK
Connect("blynk.cloud", "80") - OK
InOut() START
DSR is OFF
Copy and paste the code and put triple backticks at the beginning and end of the code so that it displays correctly.
Triple backticks look like this:
```
You should do the same when posting terminal or serial output.
I guess you mean 1.0.1
Take a look at the compiler output and check that this is the version that’s actually being used, and that it’s not finding an earlier version.