1 Star 0 Fork 19

tengsw/ESP8266App

forked from SuperGIS/ESP8266App 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
x-build.sh 654 Bytes
一键复制 编辑 原始数据 按行查看 历史
SuperGIS 提交于 2015-01-10 18:18 . update ...
#!/bin/bash
echo "================================="
echo "Build all for ESP8266."
echo "================================="
cd ./build
echo "1、Build micropython."
./build_mpy.sh
echo "2、Build esp_mqtt."
./build_mqtt.sh
echo "3、Build esp_mqtt_oled."
./build_mqtt_oled.sh
echo "4、Build nodemcu."
./build_nmcu.sh
echo "5、Build nodelua."
./build_nlua.sh
echo "6、Build rtos."
./build_rtos.sh
echo "7、Build wixcmd."
./build_xcmd.sh
echo "8、Build frankenstein."
./build_frank.sh
cd ..
echo "================================="
echo "Build all for ESP8266 is OK."
echo "Plase check firmware."
echo "================================="
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tengsw/ESP8266App.git
git@gitee.com:tengsw/ESP8266App.git
tengsw
ESP8266App
ESP8266App
master

搜索帮助