Skip to content

Commit

Permalink
Deploying to gh-pages from @ 57438b0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
velijv committed Aug 30, 2024
1 parent 9fff15f commit 726237a
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
10 changes: 5 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "nESP-S2",
"name": "nESP-S3",
"version": "",
"home_assistant_domain": "esphome",
"new_install_skip_erase": false,
"builds": [
{
"chipFamily": "ESP32-S2",
"chipFamily": "ESP32-S3",
"ota": {
"path": "nesp-esp32s2/nesp-esp32s2.ota.bin",
"md5": "4167c4f1aabd28881a38d4eda76256f2"
"path": "nesp-esp32s3/nesp-esp32s3.ota.bin",
"md5": "7fa0fd87498c9670c088ee09194cad1c"
},
"parts": [
{
"path": "nesp-esp32s2/nesp-esp32s2.factory.bin",
"path": "nesp-esp32s3/nesp-esp32s3.factory.bin",
"offset": 0
}
]
Expand Down
13 changes: 0 additions & 13 deletions nesp-esp32s2/manifest.json

This file was deleted.

Binary file removed nesp-esp32s2/nesp-esp32s2.factory.bin
Binary file not shown.
Binary file removed nesp-esp32s2/nesp-esp32s2.ota.bin
Binary file not shown.
13 changes: 13 additions & 0 deletions nesp-esp32s3/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"chipFamily": "ESP32-S3",
"ota": {
"path": "nesp-esp32s3/nesp-esp32s3.ota.bin",
"md5": "7fa0fd87498c9670c088ee09194cad1c"
},
"parts": [
{
"path": "nesp-esp32s3/nesp-esp32s3.factory.bin",
"offset": 0
}
]
}
Binary file added nesp-esp32s3/nesp-esp32s3.factory.bin
Binary file not shown.
Binary file added nesp-esp32s3/nesp-esp32s3.ota.bin
Binary file not shown.

0 comments on commit 726237a

Please sign in to comment.