Updated tools for new idf

This commit is contained in:
CommanderRedYT
2022-04-08 17:45:16 +02:00
parent 7be54d20c8
commit f2f479e1a6
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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