From b8eb751316c9a3bbe0f12fd8c2e2eaa6b7205c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Tue, 27 Sep 2022 00:23:50 +0200 Subject: [PATCH] Update build-esp32.sh --- bin/build-esp32.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-esp32.sh b/bin/build-esp32.sh index 1f6a7aed3..153638425 100755 --- a/bin/build-esp32.sh +++ b/bin/build-esp32.sh @@ -34,7 +34,7 @@ cp $SRCBIN $OUTDIR/$basename.bin echo "Building Filesystem for ESP32 targets" pio run --environment tbeam -t buildfs -cp .pio/build/tbeam/spiffs.bin $OUTDIR/littlefs-$VERSION.bin +cp .pio/build/tbeam/littlefs.bin $OUTDIR/littlefs-$VERSION.bin cp images/system-info.bin $OUTDIR/system-info.bin cp .pio/build/$1/partitions.bin $OUTDIR/partitions.bin