bluetooth-jammer-esp32/web/manifest_Ble3.json
2024-03-16 18:46:34 +08:00

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 }
]
}
]
}