Release v1.3.0 #54

Merged
muellerr merged 134 commits from develop into master 2021-07-22 11:53:08 +02:00
Showing only changes of commit a1b070c242 - Show all commits

View File

@ -27,6 +27,8 @@ enum States: uint8_t {
};
static const DeviceCommandId_t RESET_MCU = 1;
static const DeviceCommandId_t GET_LAST_RESET_STATUS = 2;
static const DeviceCommandId_t CLEAR_LAST_RESET_STATUS = 3;
static const DeviceCommandId_t GET_RW_STATUS = 4;
static const DeviceCommandId_t SET_SPEED = 6;
static const DeviceCommandId_t GET_TEMPERATURE = 8;