Add files via upload

This commit is contained in:
smoochiee 2024-03-16 18:46:34 +08:00 committed by GitHub
parent 01d491f30d
commit 47e6f171c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

20
web/manifest_Ble3.json Normal file
View File

@ -0,0 +1,20 @@
{
"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 }
]
}
]
}