This repository has been archived by the owner on Jan 16, 2022. It is now read-only.
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.