Added script for opening serial monitor

This commit is contained in:
CommanderRedYT
2021-08-26 22:18:33 +02:00
parent 77b6f2f013
commit fe81facbdb

2
monitor.sh Executable file
View File

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