From 276526005b96283de29d30cbdbd7cbda57f8ee4f Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Mon, 5 Apr 2021 16:27:44 +0800 Subject: [PATCH] run-both should target tbeams --- bin/run-both.sh | 10 ++++++---- docs/software/TODO.md | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/bin/run-both.sh b/bin/run-both.sh index e5a66b329..1d8c8fdb2 100755 --- a/bin/run-both.sh +++ b/bin/run-both.sh @@ -1,11 +1,13 @@ set -e -pio run +TARG=tbeam + +pio run -e $TARG 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 -pio run --upload-port /dev/ttyUSB0 -t upload & +pio run --upload-port /dev/ttyUSB0 -t upload -e $TARG & -wait \ No newline at end of file +wait diff --git a/docs/software/TODO.md b/docs/software/TODO.md index 06f806ac3..d6abab0b6 100644 --- a/docs/software/TODO.md +++ b/docs/software/TODO.md @@ -4,7 +4,7 @@ You probably don't care about this section - skip to the next one. ## 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 * DONE remote admin busted?