- add error to indicate invalid format of firmware update

This commit is contained in:
Dorian Zedler 2021-01-02 19:03:56 +01:00
parent 7e91a89caf
commit 6037d29c4c
Signed by: dorian
GPG Key ID: D3B255CB8BC7CD37
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ public:
InternalErrorTimerOperationFailed = 951,
ApiVersionNotSupportedError = 952,
CompetitionModeProhibitsThisError = 953,
FirmwareUpdateFormatInvalidError = 954,
TimersNotReadyError = 501 /*!< One or more timer is not ready */
};
Q_ENUM(ScStw::StatusCode)