Skip to content

Commit 6fc18ec

Browse files
projectgusdpgeorge
authored andcommitted
esp32/boards: 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 <[email protected]>
1 parent 600e468 commit 6fc18ec

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
@@ -24,7 +24,7 @@
2424
"unexpectedmaker_feathers2.jpg"
2525
],
2626
"mcu": "esp32s2",
27-
"product": "Feather S2",
27+
"product": "FeatherS2",
2828
"thumbnail": "",
2929
"url": "https://feathers2.io/",
3030
"vendor": "Unexpected Maker"

ports/esp32/boards/UM_FEATHERS2NEO/board.json

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

ports/esp32/boards/UM_TINYS2/board.json

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

0 commit comments

Comments
 (0)