Added helper scripts

This commit is contained in:
CommanderRedYT
2021-08-26 22:22:46 +02:00
parent fe81facbdb
commit b6f3c4c069
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -9,5 +9,3 @@ desktop.ini
/sdkconfig.old*
/.idea
/.ccache
flash.sh
app-flash.sh

2
app-flash.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
idf.py -p /dev/ttyUSB0 -b 921600 app-flash monitor

2
flash.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
idf.py -p /dev/ttyUSB0 -b 921600 flash monitor