-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). |