-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
event support for OTA Requestor breaks m5stack build #13803
Comments
CC @carol-apple |
msandstedt
added a commit
to msandstedt/connectedhomeip
that referenced
this issue
Jan 21, 2022
This commit failed to update Ota.cpp, resulting in a breakage for builds that include the OTA shell: commit d0d6dda Date: Thu Jan 20 05:37:01 2022 -0800 [OTA] Implement event support for OTA Requestor cluster (project-chip#13727) This commit fixes the issue by adding the now necessary version argument to the NotifyImageHandler shell command. Fixes project-chip#13803
msandstedt
added a commit
to msandstedt/connectedhomeip
that referenced
this issue
Jan 21, 2022
This commit failed to update Ota.cpp, resulting in a breakage for builds that include the OTA shell: commit d0d6dda Date: Thu Jan 20 05:37:01 2022 -0800 [OTA] Implement event support for OTA Requestor cluster (project-chip#13727) This commit fixes the issue by adding the now necessary version argument to the NotifyImageHandler shell command. Fixes project-chip#13803
bzbarsky-apple
pushed a commit
that referenced
this issue
Jan 21, 2022
This commit failed to update Ota.cpp, resulting in a breakage for builds that include the OTA shell: commit d0d6dda Date: Thu Jan 20 05:37:01 2022 -0800 [OTA] Implement event support for OTA Requestor cluster (#13727) This commit fixes the issue by adding the now necessary version argument to the NotifyImageHandler shell command. Fixes #13803
selissia
pushed a commit
to selissia/connectedhomeip
that referenced
this issue
Jan 28, 2022
This commit failed to update Ota.cpp, resulting in a breakage for builds that include the OTA shell: commit d0d6dda Date: Thu Jan 20 05:37:01 2022 -0800 [OTA] Implement event support for OTA Requestor cluster (project-chip#13727) This commit fixes the issue by adding the now necessary version argument to the NotifyImageHandler shell command. Fixes project-chip#13803
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
At this commit::
m5stack build breaks as follows:
Proposed Solution
Fix Ota.cpp with something like the following:
The text was updated successfully, but these errors were encountered: