From 581d9583a24a284363a307379c87fdd80e62e0b0 Mon Sep 17 00:00:00 2001 From: geeksville Date: Thu, 30 Apr 2020 10:52:51 -0700 Subject: [PATCH] don't pass any options in run --- bin/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run.sh b/bin/run.sh index e6dc377..e6c25e0 100755 --- a/bin/run.sh +++ b/bin/run.sh @@ -1 +1 @@ -python3 -m meshtastic "$@" --seriallog none +python3 -m meshtastic "$@"