mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-15 02:54:07 +00:00
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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user