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 1a99f74063 (these
three boards were added after that change).
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
0a9cc9014a
commit
ca71df0081
3 changed files with 0 additions and 3 deletions
|
|
@ -7,7 +7,6 @@
|
||||||
"BLE",
|
"BLE",
|
||||||
"WiFi"
|
"WiFi"
|
||||||
],
|
],
|
||||||
"id": "esp32c6",
|
|
||||||
"images": [
|
"images": [
|
||||||
"esp32c6_devkitmini.jpg"
|
"esp32c6_devkitmini.jpg"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,6 @@
|
||||||
"features_non_filterable": [
|
"features_non_filterable": [
|
||||||
"TinyPICO Nano Compatible"
|
"TinyPICO Nano Compatible"
|
||||||
],
|
],
|
||||||
"id": "nanos3",
|
|
||||||
"images": [
|
"images": [
|
||||||
"unexpectedmaker_nanos3.jpg"
|
"unexpectedmaker_nanos3.jpg"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,6 @@
|
||||||
"features_non_filterable": [
|
"features_non_filterable": [
|
||||||
"I2C BAT Fuel Gauge"
|
"I2C BAT Fuel Gauge"
|
||||||
],
|
],
|
||||||
"id": "omgs3",
|
|
||||||
"images": [
|
"images": [
|
||||||
"unexpectedmaker_omgs3.jpg"
|
"unexpectedmaker_omgs3.jpg"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue