From f2635f81fcd28d4780788619b3973e75389bfcc7 Mon Sep 17 00:00:00 2001 From: "Renats K." Date: Thu, 28 Nov 2024 10:50:26 +0200 Subject: [PATCH] offset fix --- README.md | 6 +++--- index.html | 1 + manifest.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6ad3534..1fe4728 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,9 @@ ### 🚀 Веб установка (рекомендуется) -### Откройте этот сайт и следуйте инструкциям + - Откройте этот сайт и следуйте инструкциям -## [https://renat2985.github.io/rgb/](https://renat2985.github.io/rgb/) + - [https://renat2985.github.io/rgb/](https://renat2985.github.io/rgb/) ### Или используйте NodeMCU Flasher @@ -44,7 +44,7 @@ - **Частота флеша**: 40 МГц - **Скорость загрузки**: 921600 - + ## Примеры использования diff --git a/index.html b/index.html index eab57a5..718c862 100755 --- a/index.html +++ b/index.html @@ -16,6 +16,7 @@
+
RGB Smart Home
diff --git a/manifest.json b/manifest.json index f3e7826..f583dbf 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "chipFamily": "ESP8266", "parts": [ { "path": "./build/build.0x00000_flash_size_1Mb.256Kb_2017.10.11.bin", "offset": 0 }, - { "path": "./build/spiffs.0xBB000_flash_size_1Mb.256Kb_2017.10.11.bin","offset": 766976 } + { "path": "./build/spiffs.0xBB000_flash_size_1Mb.256Kb_2017.10.11.bin","offset": 765952 } ] } ]