Update build-esp32.sh

This commit is contained in:
Ben Meadors
2022-09-26 16:01:28 -05:00
committed by GitHub
parent da29fa139f
commit 7f179deaf3

View File

@@ -37,6 +37,6 @@ pio run --environment tbeam -t buildfs
cp .pio/build/tbeam/spiffs.bin $OUTDIR/littlefs-$VERSION.bin
cp images/system-info.bin $OUTDIR/system-info.bin
cp .pio/build/$1/partitions.bin $OUTDIR/$1-partitions.bin
cp .pio/build/$1/partitions.bin $OUTDIR/partitions.bin
cp bin/device-install.* $OUTDIR
cp bin/device-update.* $OUTDIR