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>
20 lines
379 B
JSON
20 lines
379 B
JSON
{
|
|
"deploy": [
|
|
"../deploy.md"
|
|
],
|
|
"docs": "",
|
|
"features": [
|
|
"External Flash",
|
|
"WiFi"
|
|
],
|
|
"images": [],
|
|
"mcu": "esp8266",
|
|
"product": "ESP8266 with 2MiB+ flash",
|
|
"thumbnail": "",
|
|
"url": "https://www.espressif.com/en/products/modules",
|
|
"variants": {
|
|
"ota": "OTA compatible"
|
|
},
|
|
"vendor": "Espressif"
|
|
}
|