1 Star 0 Fork 19

谯晨/ESP8266App

forked from SuperGIS/ESP8266App 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
x-pull.sh 879 Bytes
一键复制 编辑 原始数据 按行查看 历史
SuperGIS 提交于 2015-04-14 10:12 . update ...
#!/bin/bash
export PATH=/home/supermap/OpenThings/esp-open-sdk/xtensa-lx106-elf/bin:$PATH
echo $PATH
echo "================================="
echo "pull all for ESP8266."
echo "================================="
echo "1-pull ESP8266App."
git pull
#echo "2-pull esp-open-sdk."
#cd esp-open-sdk
#git pull
#cd ..
echo "2-pull esp_mqtt_sensor."
cd esp_mqtt_sensor
git pull
cd ..
echo "2B-pull espduino."
cd espduino
git pull
cd ..
echo "3-pull esp_mqtt_oled."
cd esp_mqtt_oled
git pull
cd ..
echo "4-pull esp_iot_rtos_sdk."
cd esp_iot_rtos_sdk
git pull
cd ..
echo "5-pull esp8266_at."
cd esp8266_at
git pull
cd ..
echo "6-pull micropython for esp8266."
cd micropython
git pull
cd ..
echo "7-pull nodemcu."
cd nodemcu/nodemcu-firmware
git pull
cd ../../
echo "8-pull nodelua."
cd nodelua
git pull
cd ..
echo "9-pull frankenstein."
cd esp8266-frankenstein
git pull
cd ..
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/wangyaobsz/ESP8266App.git
git@gitee.com:wangyaobsz/ESP8266App.git
wangyaobsz
ESP8266App
ESP8266App
master

搜索帮助