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

v1.1.10

Compare
Choose a tag to compare
@gguuss gguuss released this 28 May 00:19
· 44 commits to master since this release
34507f8

Release 1.1.10

Cumulative update verified in Arduino 1.8.10 / ESP8266 Community 2.7.1 / esp32 1.0.4 / SAMD 1.8.4.

  • Adds non-blocking (asynchronous) connect

To use this, replace calls to mqttConnect with mqttConnectAsync. Thank you @kevinlutzer, @nuclearcat, and @ahmadSum1 for code, review, and bug fixes!

  • Adds BLE Gateway example.

See examples > complex > esp32 > Gateway - thank you @galz10 for your contribution!