Build: Update platformio with pkg install (#7315)

This commit is contained in:
Austin
2025-07-12 15:35:57 -04:00
committed by GitHub
parent cb47325f08
commit 41f52a6566
5 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ 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 update -e $1
platformio pkg install -e $1
echo "Building for $1 with $PLATFORMIO_BUILD_FLAGS"
rm -f .pio/build/$1/firmware.*