16 Star 31 Fork 20

SuperGIS / ESP8266App

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
x-build.sh 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
SuperGIS 提交于 2015-03-24 11:31 . update ...
#!/bin/bash
echo "================================="
echo "Build all for ESP8266."
echo "================================="
cd ./build
echo "===================================================="
echo "1、Build wixcmd."
./build_wixcmd.sh
echo "===================================================="
echo "2、Build esp_mqtt_sensor."
./build_mqtt_sensor.sh
echo "===================================================="
echo "3、Build esp_mqtt_oled."
./build_mqtt_oled.sh
echo "===================================================="
echo "4A、Build rtos."
./build_rtos.sh
echo "===================================================="
echo "4B、Build AT."
./build_at.sh
echo "===================================================="
echo "4C、Build lowpower."
./build_lowpower.sh
echo "===================================================="
echo "6、Build micropython."
./build_mpy.sh
echo "===================================================="
echo "7、Build nodemcu."
./build_nmcu.sh
echo "===================================================="
echo "8、Build nodelua."
./build_nlua.sh
echo "===================================================="
echo "9、Build frankenstein."
./build_frank.sh
cd ..
echo "================================="
echo "Build all for ESP8266 is OK."
echo "Plase check firmware."
echo "================================="
C
1
https://gitee.com/supergis/ESP8266App.git
git@gitee.com:supergis/ESP8266App.git
supergis
ESP8266App
ESP8266App
master

搜索帮助