Alexey Zholtikov 079429fde0 Version 1.0.2
Updated some components.
Changed main code to support the new major version of zh_config.
Reducing the amount of memory used.
2024-06-09 13:28:34 +03:00

19 lines
394 B
Markdown

# ESP32 ESP-IDF and ESP8266 RTOS SDK component for all my projects
## Using
In an existing project, run the following command to install the component:
```text
cd ../your_project/components
git clone https://github.com/aZholtikov/zh_config.git
```
In the application, add the component:
```c
#include "zh_config.h"
```
Any [feedback](mailto:github@azholtikov.ru) will be gladly accepted.