You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matter framework contains a new feature that allows the ability to perform OTA SW. There is additional functionality that is missing in order for the consumer to properly implement OTA. The missing functionality is as follows:
OTAImageHeader structure and OTAImageHeaderParser in OTAImageHeader.h needs to be exposed in Matter.framework
MakeURI function in BdxUri.h needs to be exposed in Matter.framework.
Proposed Solution
Add missing functionality to Matter.framework.
The text was updated successfully, but these errors were encountered:
Problem
Matter framework contains a new feature that allows the ability to perform OTA SW. There is additional functionality that is missing in order for the consumer to properly implement OTA. The missing functionality is as follows:
Proposed Solution
The text was updated successfully, but these errors were encountered: