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 c2dc424 commit 867b35bCopy full SHA for 867b35b
ground_station/platformio.ini
@@ -37,7 +37,7 @@ lib_deps =
37
38
build_flags =
39
-DCFG_TUSB_CONFIG_FILE='"sdkconfig.h"' ; Use default TinyUSB configuration
40
- -DFIRMWARE_VERSION='"1.1.2"' ; Enter Firmware Version here
+ -DFIRMWARE_VERSION='"1.1.3"' ; Enter Firmware Version here
41
-DUSB_MANUFACTURER='"CATS"' ; USB Manufacturer string
42
-DUSB_PRODUCT='"CATS Ground Station"' ; USB Product String
43
-D USB_SERIAL="0" ; Enter Device Serial Number here
telemetry/platformio.ini
@@ -13,7 +13,7 @@ extra_scripts =
13
pre:pre_config.py
14
15
16
- -D FIRMWARE_VERSION='"1.1.2"'
+ -D FIRMWARE_VERSION='"1.1.3"'
17
18
check_tool = clangtidy
19
check_src_filters =
0 commit comments