Skip to content

Commit

Permalink
Deploying to gh-pages from @ d24ae2a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
velijv committed Aug 30, 2024
1 parent 10a5028 commit 1407ee6
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": "cf509ff80a80733bd45ecef643e15a25"
"path": "nesp-esp32s2/nesp-esp32s2.ota.bin",
"md5": "9f3e9d224db15e4d065260b971777b09"
},
"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": "9f3e9d224db15e4d065260b971777b09"
},
"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 1407ee6

Please sign in to comment.