1 Star 0 Fork 0

吴小丽/uv-k5-firmware-custom

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
compile-with-docker.bat 221 Bytes
一键复制 编辑 原始数据 按行查看 历史
wu58430 提交于 2024-06-06 13:27 . 128
@echo on
make clean
docker build -t uvk5 .
docker run --rm -v %CD%\compiled-firmware:/app/compiled-firmware uvk5 /bin/bash -c "cd /app &&rm -rf compiled&& make clean && make full&& cp *.bin compiled-firmware/"
pause
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wu-xiaoli111/uv-k5-firmware-custom.git
git@gitee.com:wu-xiaoli111/uv-k5-firmware-custom.git
wu-xiaoli111
uv-k5-firmware-custom
uv-k5-firmware-custom
main

搜索帮助