shurillu / CTBot

A simple (and easy to use) Arduino Telegram BOT Library for ESP8266/ESP32
MIT License
147 stars 34 forks source link

Soft reset with getNewMessage #24

Open array81 opened 5 years ago

array81 commented 5 years ago

Hi,

Sometimes I get a "soft WDT reset" with myBot.getNewMessage(myMsg); line. Like if the function took too long time in fact in this moment my device doesn't response, for example my webserver not response.

any ideas?

array81 commented 5 years ago

I thing my issue is connect with issue #15