Skip to content

Commit 5a5d772

Browse files
authored
Merge pull request mu-editor#1943 from microbit-mark/microbit-2-2
micro:bit: Update board IDs to support V2.2
2 parents a0ce7bc + 6e929a9 commit 5a5d772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mu/modes/microbit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class MicrobitMode(MicroPythonMode):
123123
valid_boards = [(0x0D28, 0x0204, None, "BBC micro:bit")]
124124

125125
# Board IDs of supported boards.
126-
valid_board_ids = [0x9900, 0x9901, 0x9904]
126+
valid_board_ids = [0x9900, 0x9901, 0x9904, 0x9905, 0x9906]
127127

128128
python_script = ""
129129

0 commit comments

Comments
 (0)