tuanpmt / esp_mqtt

MQTT client library for ESP8266
http://tuanpm.net/post/esp_mqtt/
MIT License
1.14k stars 400 forks source link

added ssl authentication #168

Open hmueller01 opened 3 years ago

hmueller01 commented 3 years ago

This is based on the esp_mqtt_proj example but slightly modified.

Sorry that this pull request includes all the code style corrections and g++ compile warning fixes. I did this in different branches (fix-compile-warnings and ssl-auth) but it unfortunately it was merged together. If do not like the later I could rework this. Just let me know.

Last but not least I am sorry, that part of this was already requested (but not merged) in #152. I just realized after doing this.

hmueller01 commented 3 years ago

@tuanpmt Could you please add this to master or tell me what you do not like? Thanks Holger