cyijun / ESP32MQTTClient

A thread-safe MQTT client for Arduino ESP32xx, based on ESP-IDF MQTT component. Work with the latest ESP32 Arduino Core 3.x and ESP-IDF 5.x.
MIT License
18 stars 4 forks source link

Support ESP IDF 5.X and next Arduino Core 3.x #8

Closed dzungpv closed 6 months ago

dzungpv commented 6 months ago

I add support for next version of Arduino. Also add function to set server by string

cyijun commented 6 months ago

Nice work!