The establising of WiFi on the ESP takes some time and the timer is delayed and fires multiple times after that.
This causes my Timer I use for pushing data to a server to flood the server.
Is there any way to make it just fire once after beeing delayed?
See: esp8266/Arduino#2295
The establising of WiFi on the ESP takes some time and the timer is delayed and fires multiple times after that.
This causes my Timer I use for pushing data to a server to flood the server.
Is there any way to make it just fire once after beeing delayed?
See: esp8266/Arduino#2295