Releases: cotestatnt/AsyncTelegram
AsyncTelegram 1.1.4
Last release.
Only bug fixes
AsyncTelegram 1.1.3
Update README.md
AsyncTelegram 1.1.2
Lot of bug fixes and better memory usage.
Switched to WiFiClientSecure* usage instead then WiFiClientSecure instance (so is possible delete the object when needed and create a new one avoiding memory leaks).
Use of root certficate (by default) both for ESP32 and ESP8266
Moved some overloaded methods in inline form and reorganization of writing order for more clear readings.
Examples updated.
AsyncTelegram 1.1.11
Update datastruct
AsyncTelegram 1.1.1
Update DataStructures.h
AsyncTelegram 1.1.0
Added support for silent messages (no notification).
ex:
msg.disable_notification = true;
myBot.sendMessage(msg, "this is a silent message");
AsyncTelegram 1.0.9
Bug fixes and merged some excellent pull requests.
AsyncTelegram 1.0.8
Now you can update ESP firmware with a Telegram message (thanks to Vladimir!).
Added example and instructions
AsyncTelegram 1.0.7
Added example on how to send a captured image from ESP32-CAM board
Small bug fixes.
AsyncTelegram 1.0.6
Send photo both from url and from local filesystem (SPIFFS, LittleFS, FFAT, SD etc etc )