Merge pull request #300 from bobbycar-graz/updated-toolchain

This commit is contained in:
CommanderRedYT
2022-04-08 17:59:59 +02:00
committed by GitHub
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