Skip to content

Commit

Permalink
HACK: Add note to confirm special branch is in fact used.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensvalk committed Apr 26, 2024
1 parent 340b13c commit a07e0dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pybricksdev/cli/flash.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ async def flash_firmware(firmware_zip: BinaryIO, new_name: Optional[str]) -> Non
print("Could not find hub in standard firmware mode. Trying DFU.")
flash_dfu(firmware, metadata)
elif hub_kind in [HubKind.BOOST, HubKind.CITY, HubKind.TECHNIC]:
print("Extra slow flashing about to start. Coffee may be required.")
await flash_ble(hub_kind, firmware, metadata)
elif hub_kind == HubKind.NXT:
await flash_nxt(firmware)
Expand Down

0 comments on commit a07e0dc

Please sign in to comment.