Skip to content

Commit

Permalink
Update binaries to v12.
Browse files Browse the repository at this point in the history
  • Loading branch information
nseidle committed May 7, 2021
1 parent 8372dbc commit 24beb59
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Binaries/RTK_Surveyor_Firmware_v12_combined.bin
Binary file not shown.
Binary file removed Binaries/RTK_Surveyor_Firmware_v12rc_combined.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion Binaries/batch_program.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [%1]==[] goto usage
@echo -
@echo Programming binary: %1 on %2

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_v11_combined.bin
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
@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

@echo Done programming! Ready for next board.
Expand Down
Binary file added Firmware/RTK_Surveyor/RTK_Surveyor.ino.esp32.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 24beb59

Please sign in to comment.