Skip to content

Commit d479026

Browse files
authored
Add files via upload
1 parent 3d63bc5 commit d479026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/makeboards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ def MakeBoardJSON(name, chip, vendor_name, product_name, vid, pid, pwr, boarddef
632632

633633
# MyMakers
634634
MakeBoard("MyRP_bot", "rp2040", "MyMakers", "RP2040", "0x2e8a", "0x000a", 250, "MyRP_2040", 2, 0, "boot2_generic_03h_4_padded_checksum")
635-
MakeBoard("MyRP_2350B", "rp2350", "MyMakers", "RP2350B", "0x2e8a", "0x1234", 500, "MYRP_2350B", 4, 8, "none", board_url="https://www.mymakers.online")
635+
MakeBoard("MyRP_2350B", "rp2350", "MyMakers", "2350B", "0x2e8a", "0x1000", 500, "MYRP_2350B", 4, 8, "none", extra=None, board_url="https://www.mymakers.online")
636636

637637
# Neko Systems
638638
MakeBoard("nekosystems_bl2040_mini", "rp2040", "Neko Systems", "BL2040 Mini", "0x2e8a", "0x000a", 500, "NEKOSYSTEMS_BL2040_MINI", 4, 0, "boot2_generic_03h_2_padded_checksum")

0 commit comments

Comments
 (0)