Need help With My Blynk installation and code

Aaand I solved! It is work fine now.
Thanks a lot of all.

You should have only Blynk.run and timer.run in void loop. Also, you should not use delays with Blynk, especially not that long. @Shadeyman gave you proper code for DHT use with Blynk, just use it, don’t ā€˜solve’ anything. Read the docs section, as this is a perfect example of bad coding.

1 Like

@Sosa And a perfect example of not reading instructions… I had to fix your posted code again :face_with_raised_eyebrow:

I am so sorry about that.

This code is used from another guy. And work fine. Thnaks again.

It’s working because anti-flood security included in latest libraries. That does not mean it’s working fine, or that your code is right for Blynk usage, you’re still violating all the rules. Once again, nothing should be included in void loop except blynk.run and timers, read the docs. And I really can’t understand why you are still insisting on using obviously wrong code when @Shadeyman posted proper one for you. I suppose it’s easier to use bad code instead of c/p right one.

2 Likes