doc: updated readme
This commit is contained in:
12
README.md
12
README.md
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Tested on
|
## 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
|
## SAST Tools
|
||||||
|
|
||||||
@@ -25,8 +25,8 @@
|
|||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
1. [zh_vector](http://git.zh.com.ru/alexey.zholtikov/zh_vector)
|
1. [zh_vector](http://git.zh.com.ru/esp_components/zh_vector)
|
||||||
2. [zh_pcf8574](http://git.zh.com.ru/alexey.zholtikov/zh_pcf8574)
|
2. [zh_pcf8574](http://git.zh.com.ru/esp_components/zh_pcf8574)
|
||||||
|
|
||||||
## Using
|
## Using
|
||||||
|
|
||||||
@@ -34,9 +34,9 @@ In an existing project, run the following command to install the components:
|
|||||||
|
|
||||||
```text
|
```text
|
||||||
cd ../your_project/components
|
cd ../your_project/components
|
||||||
git clone http://git.zh.com.ru/alexey.zholtikov/zh_160x_i2c
|
git clone http://git.zh.com.ru/esp_components/zh_160x_i2c
|
||||||
git clone http://git.zh.com.ru/alexey.zholtikov/zh_pcf8574
|
git clone http://git.zh.com.ru/esp_components/zh_pcf8574
|
||||||
git clone http://git.zh.com.ru/alexey.zholtikov/zh_vector
|
git clone http://git.zh.com.ru/esp_components/zh_vector
|
||||||
```
|
```
|
||||||
|
|
||||||
In the application, add the component:
|
In the application, add the component:
|
||||||
|
|||||||
Reference in New Issue
Block a user