mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +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
@@ -57,6 +57,12 @@ export const pybricksCopyright = 'Copyright (c) 2020-2023 The Pybricks Authors';
|
||||
/** The LEGO name with registered trademark symbol. */
|
||||
export const legoRegisteredTrademark = 'LEGO®';
|
||||
|
||||
/** The LEGO Education SPIKE name with registered trademark symbol. */
|
||||
export const legoEducationSpikeRegisteredTrademark = 'LEGO® Education™ SPIKE™';
|
||||
|
||||
/** The LEGO MINDSTORMS name with registered trademark symbol. */
|
||||
export const legoMindstormsRegisteredTrademark = 'LEGO® MINDSTORMS®';
|
||||
|
||||
// https://www.lego.com/en-us/legal/notices-and-policies/fair-play/
|
||||
/** LEGO "fair play" disclaimer */
|
||||
export const legoDisclaimer =
|
||||
|
||||
Reference in New Issue
Block a user