summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngus Gratton <angus@redyak.com.au>2025-01-07 17:29:56 +1100
committerDamien George <damien@micropython.org>2025-01-17 16:53:44 +1100
commit6fc18ec647c6c9f399b433aa53b07ee04132d4a8 (patch)
tree320a20cec7cf69f285cdb448fa738440879e3324
parent600e46800d9f2f7ec27df6e6851a408b9860c7f4 (diff)
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 <angus@redyak.com.au>
-rw-r--r--ports/esp32/boards/UM_FEATHERS2/board.json2
-rw-r--r--ports/esp32/boards/UM_FEATHERS2NEO/board.json2
-rw-r--r--ports/esp32/boards/UM_TINYS2/board.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/ports/esp32/boards/UM_FEATHERS2/board.json b/ports/esp32/boards/UM_FEATHERS2/board.json
index b6cacf8c5..4a59fbe70 100644
--- a/ports/esp32/boards/UM_FEATHERS2/board.json
+++ b/ports/esp32/boards/UM_FEATHERS2/board.json
@@ -24,7 +24,7 @@
"unexpectedmaker_feathers2.jpg"
],
"mcu": "esp32s2",
- "product": "Feather S2",
+ "product": "FeatherS2",
"thumbnail": "",
"url": "https://feathers2.io/",
"vendor": "Unexpected Maker"
diff --git a/ports/esp32/boards/UM_FEATHERS2NEO/board.json b/ports/esp32/boards/UM_FEATHERS2NEO/board.json
index 5b9a1935c..a8271dfd3 100644
--- a/ports/esp32/boards/UM_FEATHERS2NEO/board.json
+++ b/ports/esp32/boards/UM_FEATHERS2NEO/board.json
@@ -24,7 +24,7 @@
"unexpectedmaker_feathers2neo.jpg"
],
"mcu": "esp32s2",
- "product": "Feather S2 Neo",
+ "product": "FeatherS2 Neo",
"thumbnail": "",
"url": "https://unexpectedmaker.com/feathers2-neo",
"vendor": "Unexpected Maker"
diff --git a/ports/esp32/boards/UM_TINYS2/board.json b/ports/esp32/boards/UM_TINYS2/board.json
index 9077ca6bb..dc788a4bc 100644
--- a/ports/esp32/boards/UM_TINYS2/board.json
+++ b/ports/esp32/boards/UM_TINYS2/board.json
@@ -23,7 +23,7 @@
"unexpectedmaker_tinys2.jpg"
],
"mcu": "esp32s2",
- "product": "Tiny S2",
+ "product": "TinyS2",
"thumbnail": "",
"url": "https://unexpectedmaker.com/tinys2",
"vendor": "Unexpected Maker"