cotestatnt / AsyncTelegram2

Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.
MIT License
85 stars 25 forks source link

make OTA works for ESP32 #131

Open secmask opened 11 months ago

secmask commented 11 months ago

it looks that telegramClient->find get blocking on ESP32, in my OTA update, it always cannot read getFile command properly, and result an error.

Type of change:

make block sendCommand read response like other parts.

Testing:

Checklist: