Copy the current one

This commit is contained in:
Ben Meadors 2022-09-26 16:00:20 -05:00 committed by GitHub
parent 1d8a562fd9
commit da29fa139f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ echo "Building Filesystem for ESP32 targets"
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/tbeam/partitions.bin $OUTDIR/partitions.bin
cp .pio/build/$1/partitions.bin $OUTDIR/$1-partitions.bin
cp bin/device-install.* $OUTDIR
cp bin/device-update.* $OUTDIR