From 6037d29c4c74e1b5f349d2fd76e0a0c29100f87c Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sat, 2 Jan 2021 19:03:56 +0100 Subject: [PATCH] - add error to indicate invalid format of firmware update --- ScStwLibraries/headers/ScStw.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ScStwLibraries/headers/ScStw.hpp b/ScStwLibraries/headers/ScStw.hpp index 92a9bbf..a48fe03 100644 --- a/ScStwLibraries/headers/ScStw.hpp +++ b/ScStwLibraries/headers/ScStw.hpp @@ -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)