meshtastic-firmware/bin/run-both-monitor.sh

8 wiersze
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