Updated tools for new idf
This commit is contained in:
@ -1,2 +1,2 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
idf.py -p /dev/ttyUSB0 -b 921600 app-flash monitor
|
idf.py -p /dev/ttyUSB0 -b 921600 app-flash monitor -b 115200
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
idf.py -p /dev/ttyUSB0 -b 921600 flash monitor
|
idf.py -p /dev/ttyUSB0 -b 921600 flash monitor -b 115200
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
idf.py -p /dev/ttyUSB0 -b 921600 monitor
|
idf.py -p /dev/ttyUSB0 -b 115200 monitor
|
||||||
|
Reference in New Issue
Block a user