- Notifications
You must be signed in to change notification settings - Fork7.8k
Description
Version
v2.0.3
Description
It looks likehttps://github.com/espressif/esp32-arduino-lib-builder is used to build the contents oftools/sdk/ but there's no information on which commit in that repository was used.
There's a reference to a truncated commitheads/idf-release/v4.4-0-gd3340 in theesp_app_desc_t but that doesn't appear to be published anywhere.
The build scripts inhttps://github.com/espressif/esp32-arduino-lib-builder always use the latest branch for some of the dependencies (e.g.components/arduino_tinyusb/tinyusb). There's no information on which commits of these were used to build the 2.0.3 release.
This makes it very difficult to make one change to thesdkconfig and rebuild without making other changes (assuming the code is even still compatible across all of the dependencies).
I have checked existing issues, online documentation and the Troubleshooting Guide
- I confirm I have checked existing issues, online documentation and Troubleshooting guide.