issues
search
yakumo-saki
/
EnvBoyX
Arduino environment monitor Unified version of Envboy and Envboy MQTT
Apache License 2.0
0
stars
0
forks
source link
[BUG] make_sure_wifi_connected is using delay() loop.
#145
Open
yakumo-saki
opened
1 year ago
yakumo-saki
commented
1 year ago
Describe the bug
make_sure_wifi_connected is blocking method.
so, if wifi is disconneced, all event loop is stopped.
Expected behavior
use TimerCall()?
Describe the bug
Expected behavior