witnessmenow / Universal-Arduino-Telegram-Bot

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

ESp32 problem with EchoBot #254

Open konig87nikkinakki opened 3 years ago

konig87nikkinakki commented 3 years ago

Good morning, i m a beginner and i tested EchoBot with ESP32 EZ-DELIVERY. i tested in early August and it worked fine, now i m testing it again in the same ESP32 and BOT doesnt write me back: it write me at restart, and only last 5 messages. so, if ESP32 is ON it never answer. if i reboot pushing RST button or leaving power, it answers to messages that i ve sent before. i tried to modify BOT_MTBS value (its in milliseconds, right?) but nothing changes. Of course in Serial Monitor it never writes me "Got Response", only after reboot. i think it's not wifi problem, it's not BOT problem (i ve tried with another one build new). i tried to change AccessPoint but nothing changes. here my situation: 1) Arduino ver 1.8.15 2) last library 3) JSON LIBRARY by Benoit Blanchon ver 6.18.0 4) core ESP32 (programmatore) ver 1.0.6 (last)

where am i wrong and why did it worked 1 month ago? any idea? Thank you so much really