From 62499e6112ac1e4bdd5aff97d8d2a5853a4bbc7d Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 09:29:07 +0000 Subject: [PATCH] docs: add BLE firmware version compatibility note to READMEs Add warning about BLE scanning issues with firmware v2.7.15+ to both English and Russian README files. Recommend downgrading to v2.7.14 for reliable BLE functionality. Resolves #4 Co-authored-by: curlysasha --- README.md | 2 ++ README.ru.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index c365ac3..bc197c2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README.ru.md b/README.ru.md index 8c52029..85c3ee4 100644 --- a/README.ru.md +++ b/README.ru.md @@ -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