Skip to content

Releases: plapointe6/EspMQTTClient

1.13.3

30 Nov 00:48
Compare
Choose a tag to compare

Fix: prevent resetting WiFi if we dont handle it (#96)

1.13.2

23 Nov 22:42
Compare
Choose a tag to compare

Fix a crash when no MQTT username is specified

1.13.1

21 Nov 19:42
Compare
Choose a tag to compare

Fix version number for library manager (platformIO and Arduino IDE)

1.13.0

20 Nov 16:48
81d3f2f
Compare
Choose a tag to compare

Implement OTA feature (#92)

1.12.1

19 Sep 16:03
Compare
Choose a tag to compare
  • Correct an issue with the bytedata type after upgrating to Arduino core 3.0.2 (#89)
  • Correct the return type of getConnectionEstablishedCount() (#90)

1.12.0

09 Sep 20:21
d54a898
Compare
Choose a tag to compare
  • Implement a default constructor
  • Add setMqttServer() and setWifiCredentials()
  • Fix some compilation warnings

1.11.1

17 Nov 23:16
Compare
Choose a tag to compare

Fix an issue with wildcards (#71)

1.11.0

14 Nov 20:05
Compare
Choose a tag to compare
  • Correct max packet size behaviour (see #70)
  • Add the possibility to set QOS when subscribing (#68)
  • MQTT connection handling only now working (#65)
  • Improved readability of the main loop() code.

1.10.2

21 Oct 20:43
Compare
Choose a tag to compare

Fix the Arduino library manager version.

1.10.1

17 Sep 12:55
Compare
Choose a tag to compare

FIX: Correct ESP.reset that prevent compilation for ESP32