美文网首页
ESP32常用的命令,用缩写别名代替

ESP32常用的命令,用缩写别名代替

作者: 昨天剩下的一杯冷茶 | 来源:发表于2019-07-31 16:01 被阅读0次

1、在esp32_toolchain.sh添加


image.png
alias mfm='make flash monitor'
#alias mf='make flash'
#alias mm='make monitor'

2、先关闭mingw32.exe,然后在打开。
3、 找个工程,输入mfm


image.png

再也不用输入那么长的命令了。

相关文章

网友评论

      本文标题:ESP32常用的命令,用缩写别名代替

      本文链接:https://www.haomeiwen.com/subject/pjjtdctx.html