bertmelis / espMqttClient

MQTT 3.1.1 client library for the Espressif devices ESP8266 and ESP32 on the Arduino framework.
https://www.emelis.net/espMqttClient/
MIT License
92 stars 21 forks source link

Support using as ESP IDF component #131

Closed dzungpv closed 6 months ago

dzungpv commented 6 months ago

Support using as ESP IDF component by rename String and IPAddress class.

dzungpv commented 6 months ago

I am using your lib here: https://github.com/dzungpv/mitsubishi2MQTT

bertmelis commented 6 months ago

Nice.

It is still on my todo list to start using Arduino as a component so I can tune ESP-IDF to my liking. One step closer...

One remark with this PR: the filename IPAddressTest I don't like. Maybe ClientPosixIPAddress. It's a tad longer but the two belong together.

dzungpv commented 6 months ago

Nice.

It is still on my todo list to start using Arduino as a component so I can tune ESP-IDF to my liking. One step closer...

One remark with this PR: the filename IPAddressTest I don't like. Maybe ClientPosixIPAddress. It's a tad longer but the two belong together.

You can change it name, Now I just quick fix for release my project.