Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ curl -X POST http://localhost:8000/api/connect \
-d '{"type": "ble", "address": "F4:12:FA:D0:45:AB"}'
```

> **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.

**Send Message:**

```bash
Expand Down
2 changes: 2 additions & 0 deletions README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ curl -X POST http://localhost:8000/api/connect \
-d '{"type": "ble", "address": "F4:12:FA:D0:45:AB"}'
```

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

**Отправка сообщения:**

```bash
Expand Down