diff --git a/README.md b/README.md index ae25d12..a723183 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,12 @@ # ESP32MQTTClient [![main CI](https://github.com/cyijun/ESP32MQTTClient/actions/workflows/ci4main.yml/badge.svg?branch=main)](https://github.com/cyijun/ESP32MQTTClient/actions/workflows/ci4main.yml) -[![next CI](https://github.com/cyijun/ESP32MQTTClient/actions/workflows/ci4next.yml/badge.svg?branch=main)](https://github.com/cyijun/ESP32MQTTClient/actions/workflows/ci4next.yml) -A thread-safe MQTT client for Arduino ESP32xx. - -## About *next* branch - -Part of mqtt component has been changed in ESP-IDF v5.1. The encapsulation needs to be modified, otherwise it cannot be compiled. Refer to [compiling error](https://github.com/cyijun/ESP32MQTTClient/actions/runs/7595202860/job/20687511391) and latest [mqtt_client.h](https://github.com/espressif/esp-mqtt/blob/master/include/mqtt_client.h). +A thread-safe MQTT client for Arduino ESP32xx. Ready for arduino-esp32 v3+. ## Features🦄 - Encapsulated thread-safe MQTT client of ESP-IDF. - Interfaces design inspired by [EspMQTTClient](https://github.com/plapointe6/EspMQTTClient). - CA cert support by [dwolshin](https://github.com/dwolshin). +- Arduino-esp32 v3+ support by [dzungpv](https://github.com/dzungpv).