8000 esp32: Update the product name for some UM boards. · micropython/micropython@bfc948c · GitHub
[go: up one dir, main page]

Skip to content

Commit bfc948c

Browse files
committed
esp32: Update the product name for some UM boards.
The previous deploy.md refactors revealed that these boards had a different "product" entry in boards.json compared to the name given in the board.md file. This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <angus@redyak.com.au>
1 parent 4d24447 commit bfc948c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ports/esp32/boards/UM_FEATHERS2/board.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"unexpectedmaker_feathers2.jpg"
2323
],
2424
"mcu": "esp32s2",
25-
"product": "Feather S2",
25+
"product": "FeatherS2",
2626
"thumbnail": "",
2727
"url": "https://feathers2.io/",
2828
"vendor": "Unexpected Maker"

ports/esp32/boards/UM_FEATHERS2NEO/board.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"unexpectedmaker_feathers2neo.jpg"
2323
],
2424
"mcu": "esp32s2",
25-
"product": "Feather S2 Neo",
25+
"product": "FeatherS2 Neo",
2626
"thumbnail": "",
2727
"url": "https://unexpectedmaker.com/feathers2-neo",
2828
"vendor": "Unexpected Maker"

ports/esp32/boards/UM_TINYS2/board.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"unexpectedmaker_tinys2.jpg"
2222
],
2323
"mcu": "esp32s2",
24-
"product": "Tiny S2",
24+
"product": "TinyS2",
2525
"thumbnail": "",
2626
"url": "https://unexpectedmaker.com/tinys2",
2727
"vendor": "Unexpected Maker"

0 commit comments

Comments
 (0)
0