diff --git a/uploadScript/upload.sh b/uploadScript/upload.sh index 92399c2..4ddd07c 100644 --- a/uploadScript/upload.sh +++ b/uploadScript/upload.sh @@ -1 +1 @@ -python /home/pi/esptool/esptool.py --chip esp32 --port /dev/ttyS0 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0xe000 boot_app0.bin 0x1000 bootloader.bin 0x10000 firmware.bin 0x8000 partitions.bin \ No newline at end of file +esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0xe000 boot_app0.bin 0x1000 bootloader.bin 0x10000 firmware.bin 0x8000 partitions.bin \ No newline at end of file