We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d14f3 commit a786350Copy full SHA for a786350
scripts/flash_over_usb.sh
@@ -5,5 +5,5 @@ ls -al $fwfile
5
echo "Add --erase-all if needed"
6
sleep 5
7
# 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
+~/.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
9
0 commit comments