Skip to content

Commit

Permalink
Create manifest_On.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Fr4nkFletcher authored Feb 6, 2024
1 parent 7f680ad commit ae9286b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions web/manifest_On.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "CYM Web Flasher",
"builds": [
{
"chipFamily": "ESP32",
"improv": false,
"parts": [
{ "path": "esp32_marauder.ino.bootloader.bin", "offset": 4096 },
{ "path": "esp32_marauder.ino.partitions.bin", "offset": 32768 },
{ "path": "esp32_marauder_v0_13_5_20240203_cyd_inverted.bin", "offset": 65536 }
]
},
{
"chipFamily": "ESP8266",
"parts": [
{ "path": "esp8266.bin", "offset": 0 }
]
}
]
}

0 comments on commit ae9286b

Please sign in to comment.