Added helper scripts
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -9,5 +9,3 @@ desktop.ini
|
||||
/sdkconfig.old*
|
||||
/.idea
|
||||
/.ccache
|
||||
flash.sh
|
||||
app-flash.sh
|
||||
|
2
app-flash.sh
Executable file
2
app-flash.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
idf.py -p /dev/ttyUSB0 -b 921600 app-flash monitor
|
Reference in New Issue
Block a user