mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-26 09:59:01 +00:00
run-both should target tbeams
This commit is contained in:
parent
7abc3534c4
commit
276526005b
@ -1,11 +1,13 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
pio run
|
TARG=tbeam
|
||||||
|
|
||||||
|
pio run -e $TARG
|
||||||
|
|
||||||
echo uploading to usb1
|
echo uploading to usb1
|
||||||
pio run --upload-port /dev/ttyUSB1 -t upload &
|
pio run --upload-port /dev/ttyUSB1 -t upload -e $TARG &
|
||||||
|
|
||||||
echo uploading to usb0
|
echo uploading to usb0
|
||||||
pio run --upload-port /dev/ttyUSB0 -t upload &
|
pio run --upload-port /dev/ttyUSB0 -t upload -e $TARG &
|
||||||
|
|
||||||
wait
|
wait
|
||||||
|
@ -4,7 +4,7 @@ You probably don't care about this section - skip to the next one.
|
|||||||
|
|
||||||
## before next release
|
## before next release
|
||||||
|
|
||||||
* android speed settings https://github.com/meshtastic/Meshtastic-Android/issues/271
|
* DONE android speed settings https://github.com/meshtastic/Meshtastic-Android/issues/271
|
||||||
* fix heltec battery scaling
|
* fix heltec battery scaling
|
||||||
|
|
||||||
* DONE remote admin busted?
|
* DONE remote admin busted?
|
||||||
|
Loading…
Reference in New Issue
Block a user