Skip to content

Commit

Permalink
Deploying to gh-pages from @ a5d6f3e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mhendriks committed Aug 25, 2024
1 parent f73fd20 commit 8ddfbcc
Show file tree
Hide file tree
Showing 16 changed files with 54 additions and 30 deletions.
Binary file removed eth-dongle-pro-esp32/eth-dongle-pro-esp32.bin
Binary file not shown.
9 changes: 0 additions & 9 deletions eth-dongle-pro-esp32/manifest.json

This file was deleted.

Binary file not shown.
Binary file not shown.
13 changes: 13 additions & 0 deletions eth-dongle-pro-esp32c3/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"chipFamily": "ESP32-C3",
"ota": {
"path": "eth-dongle-pro-esp32c3/eth-dongle-pro-esp32c3.ota.bin",
"md5": "76afac77bcf0bc8ed2d5a854ff52509e"
},
"parts": [
{
"path": "eth-dongle-pro-esp32c3/eth-dongle-pro-esp32c3.factory.bin",
"offset": 0
}
]
}
18 changes: 15 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,39 @@
"builds": [
{
"chipFamily": "ESP32-C3",
"ota": {
"path": "eth-dongle-pro-esp32c3/eth-dongle-pro-esp32c3.ota.bin",
"md5": "76afac77bcf0bc8ed2d5a854ff52509e"
},
"parts": [
{
"path": "eth-dongle-pro-esp32/eth-dongle-pro-esp32.bin",
"path": "eth-dongle-pro-esp32c3/eth-dongle-pro-esp32c3.factory.bin",
"offset": 0
}
]
},
{
"chipFamily": "ESP32-C3",
"ota": {
"path": "p1-dongle-pro-esp32c3/p1-dongle-pro-esp32c3.ota.bin",
"md5": "929e427918784a571c146458d7ce61e4"
},
"parts": [
{
"path": "p1-dongle-pro-esp32/p1-dongle-pro-esp32.bin",
"path": "p1-dongle-pro-esp32c3/p1-dongle-pro-esp32c3.factory.bin",
"offset": 0
}
]
},
{
"chipFamily": "ESP32-C3",
"ota": {
"path": "p1-dongle-pro-smr2-esp32c3/p1-dongle-pro-smr2-esp32c3.ota.bin",
"md5": "f29c76d085ed25a09fc9454d294f3dd3"
},
"parts": [
{
"path": "p1-dongle-pro-smr2-esp32/p1-dongle-pro-smr2-esp32.bin",
"path": "p1-dongle-pro-smr2-esp32c3/p1-dongle-pro-smr2-esp32c3.factory.bin",
"offset": 0
}
]
Expand Down
9 changes: 0 additions & 9 deletions p1-dongle-pro-esp32/manifest.json

This file was deleted.

Binary file removed p1-dongle-pro-esp32/p1-dongle-pro-esp32.bin
Binary file not shown.
13 changes: 13 additions & 0 deletions p1-dongle-pro-esp32c3/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"chipFamily": "ESP32-C3",
"ota": {
"path": "p1-dongle-pro-esp32c3/p1-dongle-pro-esp32c3.ota.bin",
"md5": "929e427918784a571c146458d7ce61e4"
},
"parts": [
{
"path": "p1-dongle-pro-esp32c3/p1-dongle-pro-esp32c3.factory.bin",
"offset": 0
}
]
}
Binary file not shown.
Binary file not shown.
9 changes: 0 additions & 9 deletions p1-dongle-pro-smr2-esp32/manifest.json

This file was deleted.

Binary file not shown.
13 changes: 13 additions & 0 deletions p1-dongle-pro-smr2-esp32c3/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"chipFamily": "ESP32-C3",
"ota": {
"path": "p1-dongle-pro-smr2-esp32c3/p1-dongle-pro-smr2-esp32c3.ota.bin",
"md5": "f29c76d085ed25a09fc9454d294f3dd3"
},
"parts": [
{
"path": "p1-dongle-pro-smr2-esp32c3/p1-dongle-pro-smr2-esp32c3.factory.bin",
"offset": 0
}
]
}
Binary file not shown.
Binary file not shown.

0 comments on commit 8ddfbcc

Please sign in to comment.