From 69b68e2c42b07dcc5761a45182b4f3cab5901d98 Mon Sep 17 00:00:00 2001 From: Austin Date: Sun, 26 Jul 2026 17:11:58 -0400 Subject: [PATCH] ESP32: Don't run pkg install on build (#11243) pioarduino runs this anyways. No need to do it twice. --- bin/build-esp32.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/build-esp32.sh b/bin/build-esp32.sh index 4e799b30a..e7dede709 100755 --- a/bin/build-esp32.sh +++ b/bin/build-esp32.sh @@ -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*