-
-
Notifications
You must be signed in to change notification settings - Fork 223
Add update interface for iot and expose it through cli #856
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
base: master
Are you sure you want to change the base?
Conversation
* Expose current and latest firmware as features * Implement update loop that blocks until the update is complete
81e4ae2
to
39e6aac
Compare
* Expose current and latest firmware as features * Implement update loop that blocks until the update is complete
8871717
to
fc122ea
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #856 +/- ##
==========================================
- Coverage 91.15% 90.42% -0.74%
==========================================
Files 78 79 +1
Lines 5156 5272 +116
Branches 1254 1280 +26
==========================================
+ Hits 4700 4767 +67
- Misses 362 411 +49
Partials 94 94 ☔ View full report in Codecov by Sentry. |
Just a side note, the |
This PR adds some initial code to explore implementing firmware update functionality through a common interface.
Bases on #791
Firmware
andFirmwareUpdate
interfacesExample with P110:
Example with KP115:
TBD: