that should do the job
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
2023-10-09 15:56:48 +02:00
parent e65352818f
commit 93939f9541
3 changed files with 53 additions and 0 deletions

View File

@ -365,6 +365,9 @@ static constexpr DeviceCommandId_t REQ_BLOB = 90;
static constexpr DeviceCommandId_t REQ_BLOBS = 91;
static constexpr DeviceCommandId_t REQ_CENTROID = 92;
static constexpr DeviceCommandId_t REQ_CENTROIDS = 93;
static constexpr DeviceCommandId_t ADD_SECONDARY_TM_TO_NORMAL_MODE = 94;
static constexpr DeviceCommandId_t RESET_SECONDARY_TM_SET = 95;
static constexpr DeviceCommandId_t READ_SECONDARY_TM_SET = 96;
static const DeviceCommandId_t NONE = 0xFFFFFFFF;
static const uint32_t VERSION_SET_ID = REQ_VERSION;