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>
17 lines
323 B
JSON
17 lines
323 B
JSON
{
|
|
"deploy": [
|
|
"../deploy.md"
|
|
],
|
|
"docs": "",
|
|
"features": [
|
|
"External Flash",
|
|
"WiFi"
|
|
],
|
|
"images": [],
|
|
"mcu": "esp8266",
|
|
"product": "ESP8266 with 512kiB flash",
|
|
"thumbnail": "",
|
|
"url": "https://www.espressif.com/en/products/modules",
|
|
"vendor": "Espressif"
|
|
}
|