Skip to content

Commit 81da71c

Browse files
authored
Merge pull request #34 from sparkfun/master
Update batch file to use new binary
2 parents b6d896b + 0312fb6 commit 81da71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Binaries/batch_program.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [%1]==[] goto usage
99
@echo -
1010
@echo Programming binary: %1 on %2
1111

12-
rem @esptool.exe --chip esp32 --port COM6 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0 RTK_Surveyor_Firmware_v12_combined.bin
12+
rem @esptool.exe --chip esp32 --port COM6 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0 RTK_Surveyor_Firmware_v13_combined.bin
1313
@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 0 %1
1414

1515
@echo Done programming! Ready for next board.

0 commit comments

Comments
 (0)