Skip to content

Commit

Permalink
More improvements
Browse files Browse the repository at this point in the history
Removed some unused code, started implementing flash progress updates, renamed the "Flash!" button to "Start". Next up: implement a page for while flashing, improve the verify flash page, allow plugins to access shared_utils directly.
  • Loading branch information
ethical-haquer committed Nov 4, 2024
1 parent 6ecd903 commit a32f105
Show file tree
Hide file tree
Showing 4 changed files with 155 additions and 703 deletions.
10 changes: 0 additions & 10 deletions flash_tool_plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,10 @@ def initialise_buttons(self):
"""Initialise buttons."""
pass

@abstractmethod
def flash(self):
"""Flash a device."""
pass

@abstractmethod
def select_partitions(self):
"""Prompt the user to select partitions to flash."""
pass

@abstractmethod
def flash(self):
"""Flash."""
pass

def __init_subclass__(cls, **kwargs):
"""Register this plugin when it's subclassed."""
Expand Down
Loading

0 comments on commit a32f105

Please sign in to comment.