mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 18:29:56 +00:00
8 lines
157 B
Bash
8 lines
157 B
Bash
|
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
|