From ca71df0081ea634105beebaea063cdca8ef6a9a3 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 14 Jan 2025 16:44:23 +1100 Subject: [PATCH] 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 --- ports/esp32/boards/ESP32_GENERIC_C6/board.json | 1 - ports/esp32/boards/UM_NANOS3/board.json | 1 - ports/esp32/boards/UM_OMGS3/board.json | 1 - 3 files changed, 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" ],