- 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

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)