diff options
author | Damien George <damien@micropython.org> | 2025-01-14 16:44:23 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-01-15 16:48:10 +1100 |
commit | ca71df0081ea634105beebaea063cdca8ef6a9a3 (patch) | |
tree | ff2e812ded81250a3a26c800465cd3ba30ad6e99 | |
parent | 0a9cc9014ac228e5c51a067b7d83a97a539899da (diff) |
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 1a99f74063569df0927e1ada0256059fcdef128c (these
three boards were added after that change).
Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r-- | ports/esp32/boards/ESP32_GENERIC_C6/board.json | 1 | ||||
-rw-r--r-- | ports/esp32/boards/UM_NANOS3/board.json | 1 | ||||
-rw-r--r-- | ports/esp32/boards/UM_OMGS3/board.json | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/ports/esp32/boards/ESP32_GENERIC_C6/board.json b/ports/esp32/boards/ESP32_GENERIC_C6/board.json index 963d9515b..cf644f903 100644 --- a/ports/esp32/boards/ESP32_GENERIC_C6/board.json +++ b/ports/esp32/boards/ESP32_GENERIC_C6/board.json @@ -7,7 +7,6 @@ "BLE", "WiFi" ], - "id": "esp32c6", "images": [ "esp32c6_devkitmini.jpg" ], diff --git a/ports/esp32/boards/UM_NANOS3/board.json b/ports/esp32/boards/UM_NANOS3/board.json index b213a8ad6..958f9adf5 100644 --- a/ports/esp32/boards/UM_NANOS3/board.json +++ b/ports/esp32/boards/UM_NANOS3/board.json @@ -13,7 +13,6 @@ "features_non_filterable": [ "TinyPICO Nano Compatible" ], - "id": "nanos3", "images": [ "unexpectedmaker_nanos3.jpg" ], diff --git a/ports/esp32/boards/UM_OMGS3/board.json b/ports/esp32/boards/UM_OMGS3/board.json index e4cb87391..7e976ad63 100644 --- a/ports/esp32/boards/UM_OMGS3/board.json +++ b/ports/esp32/boards/UM_OMGS3/board.json @@ -13,7 +13,6 @@ "features_non_filterable": [ "I2C BAT Fuel Gauge" ], - "id": "omgs3", "images": [ "unexpectedmaker_omgs3.jpg" ], |