ESP32: Don't run pkg install on build (#11243)

pioarduino runs this anyways. No need to do it twice.
This commit is contained in:
Austin
2026-07-26 17:11:58 -04:00
committed by GitHub
co-authored by GitHub
parent 2c8a2a8cb8
commit 69b68e2c42
+2 -1
View File
@@ -12,7 +12,8 @@ rm -f $OUTDIR/firmware*
rm -r $OUTDIR/* || true
# Important to pull latest version of libs into all device flavors, otherwise some devices might be stale
platformio pkg install -e $1
# platformio pkg install -e $1
# ...redundant with pioarduino
echo "Building for $1 with $PLATFORMIO_BUILD_FLAGS"
rm -f $BUILDDIR/firmware*