shurillu / CTBot

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

Ctbot no found #107

Closed kapotik closed 4 months ago

kapotik commented 1 year ago

Hello, since a few days ago all my esp32 with telegram have stopped working, is there an update to do, I am in version 2.1.8

shurillu commented 1 year ago

hello kapotik, thank you for using the library. Following your issue report, I've done some tests with this configuration:

I've encountered no issues at all (ESP8266 with CTBot 2.8.1 and 3.0.0; ESP32 with CTBot 2.8.1 and 3.0.0). Could you give me more infos about the errors that you encounter? Maybe enabling the full debug mode. To do that, find the CTBotDefines.h, look inside for those lines:

// enable debugmode -> print debug data on the Serial; Zero -> debug disabled
//#define CTBOT_DEBUG_MODE                 CTBOT_DEBUG_ALL 
#define CTBOT_DEBUG_MODE                 CTBOT_DEBUG_DISABLED 

Uncomment the first define and comment the second one. Regards,

Stefano