mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 18:29:56 +00:00
tools for running with multiple devices
This commit is contained in:
parent
c41a6a860a
commit
59ca54a6bb
7
run-both-monitor.sh
Executable file
7
run-both-monitor.sh
Executable file
@ -0,0 +1,7 @@
|
||||
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
|
1
upload-usb1.sh
Executable file
1
upload-usb1.sh
Executable file
@ -0,0 +1 @@
|
||||
pio run --upload-port /dev/ttyUSB1 -t upload
|
Loading…
Reference in New Issue
Block a user