stupid new set

This commit is contained in:
2024-02-27 11:27:31 +01:00
committed by Marius Eggert
parent 61555aa5cf
commit dc730bb6de
2 changed files with 5 additions and 0 deletions

View File

@ -395,6 +395,7 @@ static constexpr DeviceCommandId_t RESET_SECONDARY_TM_SET = 96;
static constexpr DeviceCommandId_t READ_SECONDARY_TM_SET = 97;
static constexpr DeviceCommandId_t RELOAD_JSON_CFG_FILE = 100;
static const DeviceCommandId_t FIRMWARE_UPDATE_BACKUP = 101;
static const DeviceCommandId_t REQ_BLOB_STATS= 102;
static const DeviceCommandId_t NONE = 0xFFFFFFFF;
static const uint32_t VERSION_SET_ID = REQ_VERSION;