Version 1.0.0

Initial version.
This commit is contained in:
2024-05-29 11:24:11 +03:00
commit 7b8c735716
8 changed files with 806 additions and 0 deletions

18
README.md Normal file
View File

@ -0,0 +1,18 @@
# 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.