diff --git a/manifest.json b/manifest.json index ef2bfc7..2dcf4dc 100644 --- a/manifest.json +++ b/manifest.json @@ -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": "dd74364886f3da353151ea4062876bdf" + "path": "nesp-esp32s3/nesp-esp32s3.ota.bin", + "md5": "cf509ff80a80733bd45ecef643e15a25" }, "parts": [ { - "path": "nesp-esp32s2/nesp-esp32s2.factory.bin", + "path": "nesp-esp32s3/nesp-esp32s3.factory.bin", "offset": 0 } ] diff --git a/nesp-esp32s2/manifest.json b/nesp-esp32s2/manifest.json deleted file mode 100644 index 3b2cf88..0000000 --- a/nesp-esp32s2/manifest.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "chipFamily": "ESP32-S2", - "ota": { - "path": "nesp-esp32s2/nesp-esp32s2.ota.bin", - "md5": "dd74364886f3da353151ea4062876bdf" - }, - "parts": [ - { - "path": "nesp-esp32s2/nesp-esp32s2.factory.bin", - "offset": 0 - } - ] -} \ No newline at end of file diff --git a/nesp-esp32s2/nesp-esp32s2.factory.bin b/nesp-esp32s2/nesp-esp32s2.factory.bin deleted file mode 100644 index 828c2af..0000000 Binary files a/nesp-esp32s2/nesp-esp32s2.factory.bin and /dev/null differ diff --git a/nesp-esp32s2/nesp-esp32s2.ota.bin b/nesp-esp32s2/nesp-esp32s2.ota.bin deleted file mode 100644 index 04fb198..0000000 Binary files a/nesp-esp32s2/nesp-esp32s2.ota.bin and /dev/null differ diff --git a/nesp-esp32s3/manifest.json b/nesp-esp32s3/manifest.json new file mode 100644 index 0000000..c6a28eb --- /dev/null +++ b/nesp-esp32s3/manifest.json @@ -0,0 +1,13 @@ +{ + "chipFamily": "ESP32-S3", + "ota": { + "path": "nesp-esp32s3/nesp-esp32s3.ota.bin", + "md5": "cf509ff80a80733bd45ecef643e15a25" + }, + "parts": [ + { + "path": "nesp-esp32s3/nesp-esp32s3.factory.bin", + "offset": 0 + } + ] +} \ No newline at end of file diff --git a/nesp-esp32s3/nesp-esp32s3.factory.bin b/nesp-esp32s3/nesp-esp32s3.factory.bin new file mode 100644 index 0000000..b931bdf Binary files /dev/null and b/nesp-esp32s3/nesp-esp32s3.factory.bin differ diff --git a/nesp-esp32s3/nesp-esp32s3.ota.bin b/nesp-esp32s3/nesp-esp32s3.ota.bin new file mode 100644 index 0000000..8800ee0 Binary files /dev/null and b/nesp-esp32s3/nesp-esp32s3.ota.bin differ