firmware/bin/run-both-monitor.sh
2020-02-15 08:00:54 -08:00

8 lines
157 B
Bash
Executable File

set -e
echo uploading to usb1
pio run --upload-port /dev/ttyUSB1 -t upload
echo uploading to usb0
pio run --upload-port /dev/ttyUSB0 -t upload -t monitor