Skip to content

Commit

Permalink
Bump up code versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stojadin2701 committed Sep 16, 2023
1 parent 9109784 commit 86edbeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flight_computer/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ check_src_filters =
build_unflags=-fno-rtti

build_flags =
-D FIRMWARE_VERSION='"3.0.0-RC2"'
-D FIRMWARE_VERSION='"3.0.0-RC3"'
-D ARM_MATH_CM4
-D ARM_MATH_MATRIX_CHECK
-D ARM_MATH_ROUNDING
Expand Down
2 changes: 1 addition & 1 deletion ground_station/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ lib_deps =

build_flags =
-DCFG_TUSB_CONFIG_FILE='"sdkconfig.h"' ; Use default TinyUSB configuration
-DFIRMWARE_VERSION='"1.0.0"' ; Enter Firmware Version here
-DFIRMWARE_VERSION='"1.0.1"' ; Enter Firmware Version here
-DUSB_MANUFACTURER='"CATS"' ; USB Manufacturer string
-DUSB_PRODUCT='"CATS Groundstation"' ; USB Product String
-D USB_SERIAL="0" ; Enter Device Serial Number here
Expand Down
2 changes: 1 addition & 1 deletion telemetry/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ extra_scripts =
pre:pre_config.py

build_flags =
-D FIRMWARE_VERSION='"1.1.1"'
-D FIRMWARE_VERSION='"1.1.2"'

check_tool = clangtidy
check_src_filters =
Expand Down

0 comments on commit 86edbeb

Please sign in to comment.