Skip to content

Commit a786350

Browse files
flash_over_usb.sh: simplify
1 parent c5d14f3 commit a786350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/flash_over_usb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ ls -al $fwfile
55
echo "Add --erase-all if needed"
66
sleep 5
77
# This needs python and the esptool
8-
~/.espressif/python_env/*/bin/python -m esptool --chip esp32s3 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size 16MB --flash_freq 80m $1 0x0 $fwfile
8+
~/.espressif/python_env/*/bin/python -m esptool --chip esp32s3 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size 16MB --flash_freq 80m 0 $fwfile $1
99

0 commit comments

Comments
 (0)