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?