Skip to content

Commit

Permalink
Deploying to gh-pages from @ dd5e206 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yoziru committed Jul 16, 2024
1 parent 9085e05 commit a25b2e4
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 4 deletions.
12 changes: 10 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,26 @@
"builds": [
{
"chipFamily": "ESP32",
"ota": {
"path": "zehnder-comfoair-q-esp32/zehnder-comfoair-q-esp32.ota.bin",
"md5": "c9ed7206d5484d2eb2f038a6478209be"
},
"parts": [
{
"path": "zehnder-comfoair-q-esp32/zehnder-comfoair-q-esp32.bin",
"path": "zehnder-comfoair-q-esp32/zehnder-comfoair-q-esp32.factory.bin",
"offset": 0
}
]
},
{
"chipFamily": "ESP32-S3",
"ota": {
"path": "zehnder-comfoair-q-esp32s3/zehnder-comfoair-q-esp32s3.ota.bin",
"md5": "0181722e48a2ad34f9bf64600609f5c2"
},
"parts": [
{
"path": "zehnder-comfoair-q-esp32s3/zehnder-comfoair-q-esp32s3.bin",
"path": "zehnder-comfoair-q-esp32s3/zehnder-comfoair-q-esp32s3.factory.bin",
"offset": 0
}
]
Expand Down
6 changes: 5 additions & 1 deletion zehnder-comfoair-q-esp32/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"chipFamily": "ESP32",
"ota": {
"path": "zehnder-comfoair-q-esp32/zehnder-comfoair-q-esp32.ota.bin",
"md5": "c9ed7206d5484d2eb2f038a6478209be"
},
"parts": [
{
"path": "zehnder-comfoair-q-esp32/zehnder-comfoair-q-esp32.bin",
"path": "zehnder-comfoair-q-esp32/zehnder-comfoair-q-esp32.factory.bin",
"offset": 0
}
]
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 5 additions & 1 deletion zehnder-comfoair-q-esp32s3/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"chipFamily": "ESP32-S3",
"ota": {
"path": "zehnder-comfoair-q-esp32s3/zehnder-comfoair-q-esp32s3.ota.bin",
"md5": "0181722e48a2ad34f9bf64600609f5c2"
},
"parts": [
{
"path": "zehnder-comfoair-q-esp32s3/zehnder-comfoair-q-esp32s3.bin",
"path": "zehnder-comfoair-q-esp32s3/zehnder-comfoair-q-esp32s3.factory.bin",
"offset": 0
}
]
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit a25b2e4

Please sign in to comment.