Skip to content

Commit

Permalink
Deploying to gh-pages from @ ad639b3 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
velijv committed Aug 30, 2024
1 parent 58d081d commit 815f9bd
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-S3",
"name": "nESP-S2",
"version": "",
"home_assistant_domain": "esphome",
"new_install_skip_erase": false,
"builds": [
{
"chipFamily": "ESP32-S3",
"chipFamily": "ESP32-S2",
"ota": {
"path": "nesp-esp32s3/nesp-esp32s3.ota.bin",
"md5": "6885d81d7f6faaa8db0b5f9c2a730d95"
"path": "nesp-esp32s2/nesp-esp32s2.ota.bin",
"md5": "d38dcf4252e72f2a58af4f89156be562"
},
"parts": [
{
"path": "nesp-esp32s3/nesp-esp32s3.factory.bin",
"path": "nesp-esp32s2/nesp-esp32s2.factory.bin",
"offset": 0
}
]
Expand Down
13 changes: 13 additions & 0 deletions nesp-esp32s2/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"chipFamily": "ESP32-S2",
"ota": {
"path": "nesp-esp32s2/nesp-esp32s2.ota.bin",
"md5": "d38dcf4252e72f2a58af4f89156be562"
},
"parts": [
{
"path": "nesp-esp32s2/nesp-esp32s2.factory.bin",
"offset": 0
}
]
}
Binary file added nesp-esp32s2/nesp-esp32s2.factory.bin
Binary file not shown.
Binary file added nesp-esp32s2/nesp-esp32s2.ota.bin
Binary file not shown.
13 changes: 0 additions & 13 deletions nesp-esp32s3/manifest.json

This file was deleted.

Binary file removed nesp-esp32s3/nesp-esp32s3.factory.bin
Binary file not shown.
Binary file removed nesp-esp32s3/nesp-esp32s3.ota.bin
Binary file not shown.

0 comments on commit 815f9bd

Please sign in to comment.