This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/AsyncMQTT_Generic
Releases · khoih-prog/AsyncMQTT_Generic
v1.1.0 to add support and examples to WT32_ETH01 (SSL and non-SSL)
Releases v1.1.0
- Add support to WT32_ETH01 (SSL and non-SSL)
- Add examples for
WT32_ETH01
v1.0.1 to fix warnings, to optimize library code by using `reference-passing` instead of `value-passing`
Releases v1.0.1
- Fix
Library Manager
warnings - Suppress all
compiler warnings
- Optimize library code by using
reference-passing
instead ofvalue-passing
v1.0.0 : Initial porting and coding to support ESP32 (SSL and non-SSL) and ESP8266 (non-SSL)
Initial Releases v1.0.0
- Initial porting and coding to support ESP32 (SSL and non-SSL) and ESP8266 (non-SSL)