EspMQTTClient Versions Save

Wifi and MQTT handling for ESP8266 and ESP32

1.13.3

2 years ago

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

1.13.2

2 years ago

Fix a crash when no MQTT username is specified

1.13.1

2 years ago

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

1.13.0

2 years ago

Implement OTA feature (#92)

1.12.1

2 years ago
  • 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

2 years ago
  • Implement a default constructor
  • Add setMqttServer() and setWifiCredentials()
  • Fix some compilation warnings

1.11.1

3 years ago

Fix an issue with wildcards (#71)

1.11.0

3 years ago
  • 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

3 years ago

Fix the Arduino library manager version.

1.10.1

3 years ago

FIX: Correct ESP.reset that prevent compilation for ESP32