mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-31 07:01:03 +00:00
tools for running with multiple devices
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user