We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b59a9 commit dde41cbCopy full SHA for dde41cb
src/ota/implementation/OTAUnoR4.cpp
@@ -147,7 +147,7 @@ static OTACloudProcessInterface::State convertUnor4ErrorToState(int error_code)
147
case -10:
148
return OTACloudProcessInterface::OtaHeaderCrcFail;
149
case -11:
150
- return OTACloudProcessInterface::OtaHeaterMagicNumberFail;
+ return OTACloudProcessInterface::OtaHeaderMagicNumberFail;
151
case -12:
152
return OTACloudProcessInterface::OtaDownloadFail;
153
case -13:
0 commit comments