From 79f5ed0ad8bb171d5164713b463b8ecdeb9b81f4 Mon Sep 17 00:00:00 2001 From: Alexey Zholtikov Date: Sun, 25 Jan 2026 21:30:04 +0300 Subject: [PATCH] doc: updated readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index af46edc..9ef3330 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Tested on -1. [ESP32 ESP-IDF v5.5.1](https://docs.espressif.com/projects/esp-idf/en/v5.5.1/esp32/index.html) +1. [ESP32 ESP-IDF v5.5.2](https://docs.espressif.com/projects/esp-idf/en/v5.5.2/esp32/index.html) ## SAST Tools @@ -25,8 +25,8 @@ ## Dependencies -1. [zh_vector](http://git.zh.com.ru/alexey.zholtikov/zh_vector) -2. [zh_pcf8574](http://git.zh.com.ru/alexey.zholtikov/zh_pcf8574) +1. [zh_vector](http://git.zh.com.ru/esp_components/zh_vector) +2. [zh_pcf8574](http://git.zh.com.ru/esp_components/zh_pcf8574) ## Using @@ -34,9 +34,9 @@ In an existing project, run the following command to install the components: ```text cd ../your_project/components -git clone http://git.zh.com.ru/alexey.zholtikov/zh_160x_i2c -git clone http://git.zh.com.ru/alexey.zholtikov/zh_pcf8574 -git clone http://git.zh.com.ru/alexey.zholtikov/zh_vector +git clone http://git.zh.com.ru/esp_components/zh_160x_i2c +git clone http://git.zh.com.ru/esp_components/zh_pcf8574 +git clone http://git.zh.com.ru/esp_components/zh_vector ``` In the application, add the component: