From d748626ecf36444e896444c9c1a7be4e02b9f09d Mon Sep 17 00:00:00 2001 From: ChKendel <79915315+ChKendel@users.noreply.github.com> Date: Sat, 3 Jan 2026 17:13:09 +0100 Subject: [PATCH] upload anpassen improove command --- uploadScript/upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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