Skip to content

Commit

Permalink
Merge pull request #1943 from microbit-mark/microbit-2-2
Browse files Browse the repository at this point in the history
micro:bit: Update board IDs to support V2.2
  • Loading branch information
carlosperate committed Dec 30, 2021
2 parents a0ce7bc + 6e929a9 commit 5a5d772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mu/modes/microbit.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class MicrobitMode(MicroPythonMode):
valid_boards = [(0x0D28, 0x0204, None, "BBC micro:bit")]

# Board IDs of supported boards.
valid_board_ids = [0x9900, 0x9901, 0x9904]
valid_board_ids = [0x9900, 0x9901, 0x9904, 0x9905, 0x9906]

python_script = ""

Expand Down

0 comments on commit 5a5d772

Please sign in to comment.