Releases: Johboh/MQTTRemote
Releases · Johboh/MQTTRemote
4.0.5
- Set correct dependency for Arduino library
4.0.3
- Move interface to source directly for Arduino IDE library
4.0.1
- Add support for QoS when publishing
4.0.0
- Now as ESP-IDF component as well.
3.0.0
Prepare library to work with both Arduino and ESP-IDF.
Breaking change as changing from Arduino String to c++ std::string.
2.0.2
- Auto (re-)subscribe on connection established.
2.0.1
Remove conflicting define
2.0.0
Support for setting keep alive in constructor.