Skip to content

Commit

Permalink
Create manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
frickelzeugs authored Jun 19, 2024
1 parent 1da83f4 commit 0028c62
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "ESPHome",
"builds": [
{
"chipFamily": "ESP32",
"improv": true,
"parts": [
{ "path": "esp32/bootloader_dio_40m.bin", "offset": 4096 },
{ "path": "esp32/partitions.bin", "offset": 32768 },
{ "path": "esp32/boot_app0.bin", "offset": 57344 },
{ "path": "esp32/firmware.bin", "offset": 65536 },
{ "path": "esp32/spiffs.bin", "offset": 2686976 }
]
}
]
}

0 comments on commit 0028c62

Please sign in to comment.