Skip to content

Commit dde41cb

Browse files
fixup! implemented unor4 ota class
1 parent 74b59a9 commit dde41cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ota/implementation/OTAUnoR4.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ static OTACloudProcessInterface::State convertUnor4ErrorToState(int error_code)
147147
case -10:
148148
return OTACloudProcessInterface::OtaHeaderCrcFail;
149149
case -11:
150-
return OTACloudProcessInterface::OtaHeaterMagicNumberFail;
150+
return OTACloudProcessInterface::OtaHeaderMagicNumberFail;
151151
case -12:
152152
return OTACloudProcessInterface::OtaDownloadFail;
153153
case -13:

0 commit comments

Comments
 (0)