mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-15 02:54:07 +00:00
firmware/bootloaderInstructions: Refactor.
- Use steps for the connection procedure - Use categories (To do: consider making numbering consecutive) - Show hub bootloader device name explicitly - List official app to use for recovery (make V2/V3 explicit) - Copy edit Also fix the layout (class) of the installation panel to make it consistent with the style of the recovery panel.
This commit is contained in:
committed by
David Lechner
parent
560da418e0
commit
8aa82eee46
@@ -53,8 +53,7 @@
|
||||
}
|
||||
},
|
||||
"bootloaderPanel": {
|
||||
"title": "Enter update mode",
|
||||
"instruction2": "Then click the {flashFirmware} button below to connect to the hub and flash the firmware."
|
||||
"title": "Install"
|
||||
},
|
||||
"backButton": {
|
||||
"label": "Back"
|
||||
@@ -63,6 +62,6 @@
|
||||
"label": "Next"
|
||||
},
|
||||
"flashFirmwareButton": {
|
||||
"label": "Connect and flash"
|
||||
"label": "Install"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user