Skip to content

Commit 867b35b

Browse files
committed
Bump up GS & Telemetry versions for 3.0.2 release.
1 parent c2dc424 commit 867b35b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ground_station/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ lib_deps =
3737

3838
build_flags =
3939
-DCFG_TUSB_CONFIG_FILE='"sdkconfig.h"' ; Use default TinyUSB configuration
40-
-DFIRMWARE_VERSION='"1.1.2"' ; Enter Firmware Version here
40+
-DFIRMWARE_VERSION='"1.1.3"' ; Enter Firmware Version here
4141
-DUSB_MANUFACTURER='"CATS"' ; USB Manufacturer string
4242
-DUSB_PRODUCT='"CATS Ground Station"' ; USB Product String
4343
-D USB_SERIAL="0" ; Enter Device Serial Number here

telemetry/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extra_scripts =
1313
pre:pre_config.py
1414

1515
build_flags =
16-
-D FIRMWARE_VERSION='"1.1.2"'
16+
-D FIRMWARE_VERSION='"1.1.3"'
1717

1818
check_tool = clangtidy
1919
check_src_filters =

0 commit comments

Comments
 (0)