espressif / esp-mqtt

ESP32 mqtt component
Apache License 2.0
603 stars 255 forks source link

merge August commits on esp-idf release/v4.0 branch (IDFGH-1963) #135

Closed enricop closed 4 years ago

enricop commented 5 years ago

Hi,

for our project we are using release/4.0 branch. I see that on some features you already use internal checks for enabling them only for 4.1 release or so.

We basically need this commit on our branch. Could the esp_mqtt submodule be updated to include it?

Also recent commits would be useful...if possible.

Thanks for your support!

david-cermak commented 4 years ago

Yes, will reference the recent commits soon in IDF master and then 4.0, 3.3 and 3.2 respectively. Note that features enabled for 4.1 (currently PSK TLS only) won't be available in 4.0 and earlier Global CA store (https://github.com/espressif/esp-mqtt/commit/04253b2b0738b486bafdf1eae53e41948f1c227c) will be included and work normally.

enricop commented 4 years ago

thank you very much!