7 lines
305 B
Bash
7 lines
305 B
Bash
git clone -b esp8266 --recursive http://git.zh.com.ru/alexey.zholtikov/zh_espnow_open_sensor.git
|
|
cd zh_espnow_open_sensor
|
|
mkdir components
|
|
cd components
|
|
git clone http://git.zh.com.ru/alexey.zholtikov/zh_config.git
|
|
git clone -b esp8266 --recursive http://git.zh.com.ru/alexey.zholtikov/zh_espnow.git
|
|
cd .. |