various fixes and improvements
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2022-11-28 16:24:18 +01:00
parent 003d37c490
commit 2c223712ff
5 changed files with 41 additions and 12 deletions

View File

@ -122,6 +122,7 @@ static const DeviceCommandId_t RESET_PL = 58;
static const DeviceCommandId_t ENABLE_NVMS = 59;
static const DeviceCommandId_t CONTINUE_UPDATE = 60;
static const DeviceCommandId_t MEMORY_CHECK_WITH_FILE = 61;
static constexpr DeviceCommandId_t MEMORY_CHECK = 62;
/** Reply IDs */
enum ReplyId : DeviceCommandId_t {