7 lines
305 B
Bash
Raw Normal View History

2023-11-25 12:34:07 +03:00
git clone -b esp8266 --recursive http://git.zh.com.ru/alexey.zholtikov/zh_espnow_open_sensor.git
2023-11-25 12:17:39 +03:00
cd zh_espnow_open_sensor
mkdir components
cd components
git clone http://git.zh.com.ru/alexey.zholtikov/zh_config.git
2023-11-25 12:34:07 +03:00
git clone -b esp8266 --recursive http://git.zh.com.ru/alexey.zholtikov/zh_espnow.git
2023-11-25 12:17:39 +03:00
cd ..