espressif / esp-azure

SDK to connect ESP8266 and ESP32 to Microsoft Azure IoT services
177 stars 92 forks source link

When will this project get its next update ot match ESP-IDF V4.x? (CA-128) #117

Open liudr opened 3 years ago

liudr commented 3 years ago

I installed ESP-IDF V4.3 beta-1 and many of the calls in this port are deprecated. Last update in the port folder is 9 months ago. Looking forward to an update with ESP-IDF V4.x netif interfaces.

liudr commented 3 years ago

From some tests I performed on my project code, ESP-IDF https_ota crashes or fails to authenticate if azure task is running. I have to end the azure task in order to run https_ota successfully. I'm creating a test project with IDF V4.3 simple_ota sample, adding azure twin and method sample code so I can demonstrate whether the two components are conflicting with each other.