Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Szybet committed Jun 26, 2024
1 parent 13a670a commit 113055e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions resources/tools/other/compile/demoMaker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@ cd ../../

pio run -e min

cd resources/tools/fs/
PLATFORMIO_ENV_NAME="min" python3 generatePartTable.py
cd ../../../
#pio run -e min
#cd resources/tools/fs/
#PLATFORMIO_ENV_NAME="min" python3 generatePartTable.py
#cd ../../../

# This will succeed
pio run -e min
resources/tools/other/in/esptool -p $serial_port erase_flash
pio run -e min -t upload --upload-port $serial_port
Expand Down

0 comments on commit 113055e

Please sign in to comment.