Closed BastienGermond closed 11 months ago
I recently had a bug in v5.1 and which has been fixed in the latest bug fix release, however it has a new python package dependency (https://github.com/espressif/esp-idf-panic-decoder).
This merge request add this package and bump the default esp-idf version installed from v5.1 to v5.1.2.
I could not find a constraints file for v5.1.2, just changing the URL doesn't work (https://dl.espressif.com/dl/esp-idf/espidf.constraints.v5.1.2.txt).
I noticed the constraints file only seems to be specified for a x.y version in x.y.z. It is odd (or at least not very consistent) if they added a dependency for a z version increment.
x.y
x.y.z
z
Thanks!
I recently had a bug in v5.1 and which has been fixed in the latest bug fix release, however it has a new python package dependency (https://github.com/espressif/esp-idf-panic-decoder).
This merge request add this package and bump the default esp-idf version installed from v5.1 to v5.1.2.
I could not find a constraints file for v5.1.2, just changing the URL doesn't work (https://dl.espressif.com/dl/esp-idf/espidf.constraints.v5.1.2.txt).