Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca71df0

Browse files
committed
esp32/boards: Remove remaining "id" entries from board.json.
This entry was originally used to override the firmware filenames generated by the build server, but these days all filenames should match the board directory name. So, remove the "id" entry and let the default be used. This is a follow-up to 1a99f74 (these three boards were added after that change). Signed-off-by: Damien George <[email protected]>
1 parent 0a9cc90 commit ca71df0

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

ports/esp32/boards/ESP32_GENERIC_C6/board.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"BLE",
88
"WiFi"
99
],
10-
"id": "esp32c6",
1110
"images": [
1211
"esp32c6_devkitmini.jpg"
1312
],

ports/esp32/boards/UM_NANOS3/board.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"features_non_filterable": [
1414
"TinyPICO Nano Compatible"
1515
],
16-
"id": "nanos3",
1716
"images": [
1817
"unexpectedmaker_nanos3.jpg"
1918
],

ports/esp32/boards/UM_OMGS3/board.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"features_non_filterable": [
1414
"I2C BAT Fuel Gauge"
1515
],
16-
"id": "omgs3",
1716
"images": [
1817
"unexpectedmaker_omgs3.jpg"
1918
],

0 commit comments

Comments
 (0)