Skip to content

Commit

Permalink
offset fix
Browse files Browse the repository at this point in the history
  • Loading branch information
renat2985 committed Nov 28, 2024
1 parent 0033ece commit f2635f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -44,7 +44,7 @@
- **Частота флеша**: 40 МГц
- **Скорость загрузки**: 921600

<img src="https://raw.githubusercontent.com/tretyakovsa/Sonoff_WiFi_switch/master/tutorial/nodemcu-flasher.png" width="200px">
<img src="https://raw.githubusercontent.com/tretyakovsa/Sonoff_WiFi_switch/master/tutorial/nodemcu-flasher.png" width="400px">

## Примеры использования

Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<div class="page">
<div class="container">
<div class="left">
<div class="eula" style="margin-bottom: 0;">RGB Smart Home </div>
<img src="https://raw.githubusercontent.com/renat2985/rgb/master/tutorial/screen1.png" style="width:100%;">
</div>
<div class="right">
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
]
}
]
Expand Down

0 comments on commit f2635f8

Please sign in to comment.