Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
smoochiee authored Mar 16, 2024
1 parent 01d491f commit 47e6f17
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions web/manifest_Ble3.json
Original file line number Diff line number Diff line change
@@ -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 }
]
}
]
}

0 comments on commit 47e6f17

Please sign in to comment.