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*