witnessmenow / Universal-Arduino-Telegram-Bot

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

Universal Arduino Telegram Bot with OTA support #172

Closed solcer closed 4 years ago

solcer commented 4 years ago

Hi, This is very useful library for IoT devices. Thank you for your effort @witnessmenow. In my project I have needed update firmware, SPIFFS image or file to esp32 over internet without extra cost for server etc. I added ota support for this library. There is an example for esp32 inside of the example folder.