witnessmenow / Universal-Arduino-Telegram-Bot

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

Connection status #222

Open workpage2 opened 3 years ago

workpage2 commented 3 years ago

How can I find out the connection status at any time? The ESP32 checks for messages every second. Can this be used somehow?

saikek commented 3 years ago

Have you tried setting flag

#define TELEGRAM_DEBUG 1

inside library ? You'll get some debug / connection details.