implement flashing firmware from new zip format

This commit is contained in:
David Lechner
2020-05-02 14:40:18 -05:00
parent 9d545f8f5c
commit c7b7162693
7 changed files with 149 additions and 15 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ const mergeProps = (
dispatchProps: DispatchProps,
ownProps: OwnProps,
): OpenFileButtonProps => ({
fileExtension: '.bin',
fileExtension: '.zip',
tooltip: 'Flash hub firmware',
icon: 'firmware.svg',
...ownProps,