Skip to content

Commit

Permalink
Diag
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Nov 16, 2024
1 parent ca3d8da commit 74d0c58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/build-esp32.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ echo "Building Filesystem for ESP32 targets"
pio run --environment $1 -t buildfs
cp .pio/build/$1/littlefs.bin $OUTDIR/littlefswebui-$VERSION.bin
# Remove webserver files from the filesystem and rebuild
ls -l data/static # Diagnostic list of files
rm -rf data/static
pio run --environment $1 -t buildfs
cp .pio/build/$1/littlefs.bin $OUTDIR/littlefs-$VERSION.bin
Expand Down

0 comments on commit 74d0c58

Please sign in to comment.