diff --git a/README-ru.md b/README-ru.md index 60f064f..9834cde 100644 --- a/README-ru.md +++ b/README-ru.md @@ -26,7 +26,7 @@ > Для автономной работы [PHY62x2BTHome.html](https://pvvx.github.io/THB2/web/PHY62x2BTHome.html) достаточно скопировать [html](https://github.com/pvvx/THB2/blob/master/bthome_phy6222/web/PHY62x2BTHome.html) файл в локальную папку. -_Используемый протокол OTA не является частью PHY SDK, а разработан специально для кастомной прошивки. Этот протокол, загрузчик и схема распределения Flash несовместимы с другими устройствами на чипах PHY62x2, собранными на оригинальном SDK. Используемый SDK полностью переработан и имеет полные исходники для сборки в GCC._ +_Используемый протокол OTA не является частью PHY SDK, а разработан специально для кастомной прошивки. Этот протокол, загрузчик и схема распределения Flash несовместимы с другими устройствами на чипах PHY62x2, собранными на [оригинальных SDK](https://github.com/pvvx/PHY62x2). Используемый SDK полностью переработан и имеет полные исходники для сборки в GCC._ ## Начало работы с устройством diff --git a/README.md b/README.md index ceb66be..45b4d2f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ All firmware supports any of these sensors: [CHT8215](pvvx.github.io/THB2/CHT831 **Software for setting up and making BLE OTA: [PHY62x2BTHome.html](https://pvvx.github.io/THB2/web/PHY62x2BTHome.html).** -* The OTA protocol used is not part of the PHY SDK, but is designed specifically for custom firmware. This protocol, bootloader, and Flash area allocation scheme are incompatible with other PHY62x2 devices built on the original SDK. The SDK used has been completely redesigned and has full sources for building in GCC. +* The OTA protocol used is not part of the PHY SDK, but is designed specifically for custom firmware. This protocol, bootloader, and Flash area allocation scheme are incompatible with other PHY62x2 devices built on the [original SDK](https://github.com/pvvx/PHY62x2). The SDK used has been completely redesigned and has full sources for building in GCC. > Uploading OTA files to [PHY62x2BTHome.html](https://pvvx.github.io/THB2/web/PHY62x2BTHome.html) is automatic. You don't need to download files from this repository for OTA.