Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

AsyncTelegram 1.1.2

Compare
Choose a tag to compare
@cotestatnt cotestatnt released this 07 Mar 14:17
· 18 commits to master since this release
266d888

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.