Skip to content

Commit 2b2c8eb

Browse files
authored
Merge pull request #6 from curlysasha/claude/issue-4-20260106-0927
docs: add BLE firmware version compatibility note
2 parents 4613de1 + 62499e6 commit 2b2c8eb

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ curl -X POST http://localhost:8000/api/connect \
174174
-d '{"type": "ble", "address": "F4:12:FA:D0:45:AB"}'
175175
```
176176

177+
> **Note**: BLE scanning may not work with all firmware versions. Known working versions: up to v2.7.14. If you experience issues with BLE scanning on firmware v2.7.15 or newer, consider downgrading to v2.7.14.
178+
177179
**Send Message:**
178180

179181
```bash

README.ru.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ curl -X POST http://localhost:8000/api/connect \
174174
-d '{"type": "ble", "address": "F4:12:FA:D0:45:AB"}'
175175
```
176176

177+
> **Примечание**: Сканирование BLE может не работать на всех версиях прошивки. Проверенные рабочие версии: до v2.7.14 включительно. Если у вас возникают проблемы со сканированием BLE на прошивке v2.7.15 или новее, рекомендуется понизить версию прошивки до v2.7.14.
178+
177179
**Отправка сообщения:**
178180

179181
```bash

0 commit comments

Comments
 (0)