19 lines
		
	
	
		
			402 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			402 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 http://git.zh.com.ru/alexey.zholtikov/zh_config.git
 | |
| ```
 | |
| 
 | |
| In the application, add the component:
 | |
| 
 | |
| ```c
 | |
| #include "zh_config.h"
 | |
| ```
 | |
| 
 | |
| Any [feedback](mailto:github@azholtikov.ru) will be gladly accepted.
 |