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 a9d47be commit 2d7b7e1Copy full SHA for 2d7b7e1
build.sh
@@ -267,13 +267,6 @@ done
267
268
export IDF_COMMIT=$(git -C "$IDF_PATH" rev-parse --short HEAD)
269
270
-# update package_esp32_index.template.json
271
-#if [ "$BUILD_TYPE" = "all" ]; then
272
-# python3 ./tools/gen_tools_json.py -i "$IDF_PATH" -j "$AR_COMPS/arduino/package/package_esp32_index.template.json" -o "$AR_OUT/"
273
-# python3 ./tools/gen_tools_json.py -i "$IDF_PATH" -o "$TOOLS_JSON_OUT/"
274
-# if [ $? -ne 0 ]; then exit 1; fi
275
-#fi
276
-
277
# Generate PlatformIO library manifest file
278
if [ "$BUILD_TYPE" = "all" ]; then
279
python3 ./tools/gen_pio_lib_manifest.py -o "$TOOLS_JSON_OUT/" -s "v$IDF_VERSION" -c "$IDF_COMMIT"
0 commit comments