Skip to content

Commit 3790450

Browse files
committed
Add firmware uploader GUI v1.1
1 parent 00ed4ac commit 3790450

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Uploader_GUI/RTK_Firmware_Uploader_GUI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
SETTING_FILE_LOCATION = 'message'
5656
SETTING_BAUD_RATE = '921600' # Default to 921600 for upload
5757

58-
guiVersion = 'v1.0'
58+
guiVersion = 'v1.1'
5959

6060
def gen_serial_ports() -> Iterator[Tuple[str, str, str]]:
6161
"""Return all available serial ports."""
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)