We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2369e commit a560392Copy full SHA for a560392
build.sh
@@ -199,7 +199,7 @@ echo "#define ARDUINO_ESP32_GIT_VER 0x$AR_Commit_short
199
# Generate PlatformIO framework manifest file
200
rm -rf "$AR_ROOT/package.json"
201
if [ "$BUILD_TYPE" = "all" ]; then
202
- python3 ./tools/gen_pio_frmwk_manifest.py -o "$AR_ROOT/" -s "v$AR_VERSION" -c "$IDF_COMMIT"
+ python3 ./tools/gen_pio_frmwk_manifest.py -o "$AR_ROOT/" -s "v$AR_VERSION" -c "$IDF_Commit_short"
203
if [ $? -ne 0 ]; then exit 1; fi
204
fi
205
0 commit comments