witnessmenow / Universal-Arduino-Telegram-Bot

Use Telegram on your Arduino (ESP8266 or Wifi-101 boards)
MIT License
1.09k stars 302 forks source link

Reboot esp8266 (ESPAsyncTCP) #240

Open Daemon256 opened 3 years ago

Daemon256 commented 3 years ago

When using libraries ESPAsyncTCP and ESPAsyncWebServer when calling the command bot.sendMessage (......) the system is being rebooted. The same code, without using these libraries, works correctly.

witnessmenow commented 3 years ago

Probably running out heap memory, that's a lot to be running on an esp8266

On Mon 3 May 2021, 15:07 Daemon256, @.***> wrote:

When using libraries ESPAsyncTCP and ESPAsyncWebServer when calling the command bot.sendMessage (......) the system is being rebooted. The same code, without using these libraries, works correctly.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot/issues/240, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAL5PQUXMBLVQ3TMSNCCPSLTL2UYRANCNFSM44A4GLSQ .