Closed Stencht closed 1 year ago
Hi, any news about this?
I need to use esp-idf 5.1 as it implements the possibility to use secure element in esp_http_client.
Have you found a solution ? I'm also using ESP-IDF 5.1 and I'm trying to see if I should just revert to 5.0...
No update from my part, I also just reverted to 5.0 which works fine (as long as you don't need stuff that only works in the later versions ;-) )
Neither from here. I also reverted to 5.0 meanwhile and as I need some 5.1 features I was forced to manually change that code to activate those features... quite disgusting but it works for the moment :)
Hi everyone, this has been fixed in one of the recent commits (69f9995) made to the master branch.
All examples should now build and work correctly on IDF v5.1.X
Hi everyone, this has been fixed in one of the recent commits (69f9995) made to the master branch. All examples should now build and work correctly on IDF v5.1.X
Hi everyone, this has been fixed in one of the recent commits (69f9995) made to the master branch. All examples should now build and work correctly on IDF v5.1.X
I am still getting same error, idf version 5.2 (similar error 5.1) ota_mqtt example.
Hi,
I was wondering if there will be support for ESP-IDF v5.1 and v5.2? If so, when is this to be expected?
Currently it is not possible to build the example from
examples/ota/ota_mqtt
using v5.1 or v5.2. The error I get is:error: unknown type name 'osi_sem_t'
although it is defined insemaphore.h
, which is included.The build output for IDF v5.2 (similar for v5.1):