1 Star 0 Fork 0

kevin_fxf/MySmartHome

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
flash-esp8266-all.sh 187 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
#
# 烧录所有文件
#
project_dir=.
# main
./flash-esp8266.sh $project_dir/src/tem-hum-sensor.py /main.py
# 重启开发板
sleep 1
ampy -p /dev/ttyUSB0 -b 115200 reset
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/null_500_7265/my-smart-home.git
git@gitee.com:null_500_7265/my-smart-home.git
null_500_7265
my-smart-home
MySmartHome
master

搜索帮助