- add error to indicate invalid format of firmware update
This commit is contained in:
parent
7e91a89caf
commit
6037d29c4c
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ public:
|
||||||
InternalErrorTimerOperationFailed = 951,
|
InternalErrorTimerOperationFailed = 951,
|
||||||
ApiVersionNotSupportedError = 952,
|
ApiVersionNotSupportedError = 952,
|
||||||
CompetitionModeProhibitsThisError = 953,
|
CompetitionModeProhibitsThisError = 953,
|
||||||
|
FirmwareUpdateFormatInvalidError = 954,
|
||||||
TimersNotReadyError = 501 /*!< One or more timer is not ready */
|
TimersNotReadyError = 501 /*!< One or more timer is not ready */
|
||||||
};
|
};
|
||||||
Q_ENUM(ScStw::StatusCode)
|
Q_ENUM(ScStw::StatusCode)
|
||||||
|
|
Reference in a new issue