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
Is your feature request related to a problem? Please describe.
From the app I should be able to update to new firmware versions.
Describe the solution you'd like
There should be a device settings in the app, that determines current firmware vs somewhere hosted maybe github, and tells if there's a new firmware version available.
Then should download that zip file, and use dfu.dart (which already works) to do the firmware restart on the device for the user.
Additional context dfu.dart was commented, because the dependency was causing building issues for iOS and android (this should be fixed too)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
From the app I should be able to update to new firmware versions.
Describe the solution you'd like
There should be a device settings in the app, that determines current firmware vs somewhere hosted maybe github, and tells if there's a new firmware version available.
Then should download that zip file, and use dfu.dart (which already works) to do the firmware restart on the device for the user.
Additional context
dfu.dart
was commented, because the dependency was causing building issues for iOS and android (this should be fixed too)The text was updated successfully, but these errors were encountered: