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 1129d8e commit f61b7aeCopy full SHA for f61b7ae
Binaries/batch_program.bat
@@ -9,7 +9,7 @@ if [%1]==[] goto usage
9
@echo -
10
@echo Programming binary: %1 on %2
11
12
-esptool.exe --chip esp32 --port COM26 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect ^
+esptool.exe --chip esp32 --port %2 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect ^
13
0x1000 ./bin/RTK_Surveyor.ino.bootloader.bin ^
14
0x8000 ./bin/RTK_Surveyor.ino.partitions.bin ^
15
0xe000 ./bin/boot_app0.bin ^
0 commit comments