Browse Source

更新 'esp32环境搭建.txt'

coolsoul 1 month ago
parent
commit
dcfa9be00c
1 changed files with 6 additions and 0 deletions
  1. 6 0
      esp32环境搭建.txt

+ 6 - 0
esp32环境搭建.txt

@@ -20,3 +20,9 @@ sudo apt remove brltty
 增加用户到dialout 才有串口使用权限
 sudo usermod -a -G dialout smith
 
+
+
+烧写程序
+idf.py -p /dev/ttyUSB0 flash
+idf.py -p /dev/ttyUSB0 monitor
+