# esp-eMQTT5 A MQTT v5.0 client for ESP32 platform based on [eMQTT5](https://github.com/X-Ryl669/eMQTT5) library. It's a fully compliant MQTT5 client to use in your projects. Please refer to [library's documentation](https://blog.cyril.by/en/documentation/emqtt5-doc/emqtt5) for pros and cons of this client. It's recommended to use version 2 of this library, available in branch v2.0.0 since the version 1 is not more maintained.
idf.py add-dependency "x-ryl669/esp-emqtt5^2.0.0-esp2"