Xinyuan-LilyGO / LilyGo-EPD47

GNU General Public License v3.0
379 stars 119 forks source link

UniversalTelegramBot #74

Open josefkaeufl opened 2 years ago

josefkaeufl commented 2 years ago

Hi,

I am using a LilyGo ESP32 ePaper hardware and I want to use this hardware also as a telegram ( UniversalTelegramBot Lib ) bot but I cannot properly receive telegram messages with it.

I flashed the Echo example from at the uC but it is not able to receive a message, which was sent to it after the uC finished setup(). In case a message was sent earlier, then it will be received in the first loop() run and a response will be sent back. Any other message later on will not be received again.

When starting my ESP8266 board, which is also connecting to the same telegram bot, it will again receive all (!) messages, which were received and responded by the ESP32 and/or the ones the ESP32 did not receive.

Has anyone had already tried the same?