Jim Mussared 1a99f74063 ports/*/boards/*/board.json: Remove "id" field.
This was used to override the firmware filename generated by the build
server (to match the historical name before board definitions existed).

Now we're making everything use the board definition name (i.e. the
directory name).

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-08-23 13:54:37 +10:00

28 lines
554 B
JSON

{
"deploy": [
"deploy.md"
],
"docs": "",
"features": [
"Battery Charging",
"External Flash",
"External RAM",
"Feather",
"JST-SH",
"RGB LED",
"USB-C",
"WiFi"
],
"features_non_filterable": [
"5x5 RGB LED Matrix"
],
"images": [
"FeatherS2_Neo_White_Product2.jpg"
],
"mcu": "esp32s2",
"product": "Feather S2 Neo",
"thumbnail": "",
"url": "https://unexpectedmaker.com/feathers2-neo",
"vendor": "Unexpected Maker"
}