-
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
Restyle ESP32: OTA Requestor and OTA Provider example applications #11321
Conversation
Signed-off-by: Shubham Patil <[email protected]>
Signed-off-by: Shubham Patil <[email protected]>
(cecille): Fix for the case where BLE and SoftAP are both enabled.`connectedhomeip/examples/ota-provider-app/esp32/main/CHIPDeviceManager.cpp Lines 68 to 78 in d42865d
This comment was generated by todo based on a
|
handle this callback in switch statement
This comment was generated by todo based on a
|
this should probably be done dynamicallyconnectedhomeip/examples/ota-provider-app/esp32/main/main.cpp Lines 62 to 72 in d42865d
This comment was generated by todo based on a
|
Use the OTA image header specified in specificationsconnectedhomeip/examples/ota-provider-app/esp32/main/main.cpp Lines 203 to 213 in d42865d
This comment was generated by todo based on a
|
(cecille): Fix for the case where BLE and SoftAP are both enabled.`connectedhomeip/examples/ota-requestor-app/esp32/main/CHIPDeviceManager.cpp Lines 68 to 78 in d42865d
This comment was generated by todo based on a
|
handle this callback in switch statement
This comment was generated by todo based on a
|
Encapsulate these globals and the callbacks in some classconnectedhomeip/examples/ota-requestor-app/esp32/main/OTARequesterImpl.cpp Lines 62 to 72 in d42865d
This comment was generated by todo based on a
|
support this as a list once ember adds list supportconnectedhomeip/examples/ota-requestor-app/esp32/main/OTARequesterImpl.cpp Lines 170 to 180 in d42865d
This comment was generated by todo based on a
|
Apply update after delayed action timeconnectedhomeip/examples/ota-requestor-app/esp32/main/OTAUpdater.cpp Lines 122 to 132 in d42865d
This comment was generated by todo based on a
|
Handle applying update after rebootconnectedhomeip/examples/ota-requestor-app/esp32/main/OTAUpdater.cpp Lines 123 to 133 in d42865d
This comment was generated by todo based on a
|
With this approach we might end up adding callback for every bdx event/message.connectedhomeip/examples/ota-requestor-app/ota-requestor-common/BDXDownloader.h Lines 30 to 40 in d42865d
This comment was generated by todo based on a
|
A duplicate of #11320 with additional commits that automatically address
incorrect style, created by Restyled.
Please review accordingly.
Since the original Pull Request was opened as a fork in a contributor's
repository, we are unable to create a Pull Request branching from it with only
the style fixes.
The following Restylers made fixes:
To incorporate these changes, you can either:
Merge this Pull Request instead of the original, or
Ask your contributor to locally incorporate these commits and push them to
the original Pull Request
Expand for example instructions
NOTE: As work continues on the original Pull Request, this process will
re-run and update (force-push) this Pull Request with updated style fixes as
necessary. If the style is fixed manually at any point (i.e. this process finds
no fixes to make), this Pull Request will be closed automatically.
Sorry if this was unexpected. To disable it, see our documentation.