File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ const target_family_descriptor_t *g_target_family = NULL;
59
59
60
60
const board_info_t g_board_info = {
61
61
.info_version = kBoardInfoVersion ,
62
- .board_id = "0000 " ,
62
+ .board_id = "9903 " ,
63
63
.daplink_url_name = "HELP_FAQHTM" ,
64
64
.daplink_drive_name = "MAINTENANCE" ,
65
65
.daplink_target_url = "https://microbit.org/device/?id=@B&v=@V&bl=1" ,
Original file line number Diff line number Diff line change @@ -68,9 +68,11 @@ target_cfg_t target_device = {
68
68
// bootloader has no family
69
69
const target_family_descriptor_t * g_target_family = NULL ;
70
70
71
+ // Use the 9905 board ID in the bootloader for both nRF52833 and nRF52820
72
+ // Mainly used to identify which interface hex file to download from the micro:bit help page
71
73
const board_info_t g_board_info = {
72
74
.info_version = kBoardInfoVersion ,
73
- .board_id = "0000 " ,
75
+ .board_id = "9905 " ,
74
76
.daplink_url_name = "HELP_FAQHTM" ,
75
77
.daplink_drive_name = "MAINTENANCE" ,
76
78
.daplink_target_url = "https://microbit.org/device/?id=@B&v=@V&bl=1" ,
You can’t perform that action at this time.
0 commit comments