installPybricksDialog: add feature to install custom firmware

This restores the ability to drag and drop a custom firmware file to
flash the firmware on the hub.

Fixes: https://github.com/pybricks/pybricks-code/issues/1020
This commit is contained in:
David Lechner
2022-09-06 14:14:57 -05:00
parent ebb8900efe
commit 4e77efb34f
7 changed files with 393 additions and 38 deletions
@@ -20,6 +20,18 @@
"footnote": "firmware cannot be updated"
}
}
},
"advanced": {
"label": "Advanced",
"customFirmwareDropzone": {
"label": "Drop custom firmware .zip file here or click to browse."
}
},
"customFirmware": {
"message": "Custom firmware selected.",
"hubType": "Hub Type: {hubTypeName}",
"firmwareVersion": "Firmware Version: {version}",
"clearButton": "Clear"
}
},
"licensePanel": {