21 lines
442 B
JSON
21 lines
442 B
JSON
{
|
|
"name": "Ble3",
|
|
"builds": [
|
|
{
|
|
"chipFamily": "ESP32",
|
|
"improv": false,
|
|
"parts": [
|
|
{ "path": "buttonhspi.ino.bootloader.bin", "offset": 4096 },
|
|
{ "path": "buttonhspi.ino.partitions.bin", "offset": 32768 },
|
|
{ "path": "buttonhspi.ino.bin", "offset": 65536 }
|
|
]
|
|
},
|
|
{
|
|
"chipFamily": "ESP8266",
|
|
"parts": [
|
|
{ "path": "esp8266.bin", "offset": 0 }
|
|
]
|
|
}
|
|
]
|
|
}
|