prep v1.27.2
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2023-02-14 18:54:43 +01:00
parent 1553900145
commit 177b573cd4
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
2 changed files with 8 additions and 1 deletions

View File

@ -17,6 +17,13 @@ change warranting a new major release:
# [unreleased] # [unreleased]
# [v1.27.2] 2023-02-14
Reaction Wheel handling was determined to be (quasi) broken and needs to be fixed in future release
to be usable by ACS controller.
eive-tmtc: v2.15.6
## Added ## Added
- Function for the ACS controller to command MTQ and RWs called by all subroutines - Function for the ACS controller to command MTQ and RWs called by all subroutines

View File

@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.13)
set(OBSW_VERSION_MAJOR 1) set(OBSW_VERSION_MAJOR 1)
set(OBSW_VERSION_MINOR 27) set(OBSW_VERSION_MINOR 27)
set(OBSW_VERSION_REVISION 1) set(OBSW_VERSION_REVISION 2)
# set(CMAKE_VERBOSE TRUE) # set(CMAKE_VERBOSE TRUE)