Universal-Arduino-Telegram-Bot icon indicating copy to clipboard operation
Universal-Arduino-Telegram-Bot copied to clipboard

Telegram Wifi Thermostat software restart

Open ldijkman opened this issue 1 year ago • 1 comments

Hello

Playing with telegram = on / off thermostat

but my program restarts every now and then after sending a mesage

also the inline keyboard keys animate for a while after click do they need something to stop the key animation

and treid to add a command /reboot but i get a boot loop https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot/issues/333 above i did try but does not solve it i think /reboot is remarked in my code now

any help would be appreciated

https://t.me/Luberth_Dijkman

https://github.com/ldijkman/async-esp-fs-webserver/tree/master/docs/ino/thermostat_web_flash

Screenshot from 2024-05-11 06-34-53

ldijkman avatar May 11 '24 04:05 ldijkman

one of the solution is to put Yield here and there to prevent triggering ESP internal watchdog...

JesseOceanMusic avatar Sep 29 '24 17:09 JesseOceanMusic