From 6afeb3e456a29e7a507f389291f8589ef4cd3f4f Mon Sep 17 00:00:00 2001 From: geeksville Date: Fri, 17 Apr 2020 10:38:44 -0700 Subject: [PATCH] ok - new router seems to approximately work --- bin/run-1-monitor.sh | 1 + src/main.cpp | 1 + 2 files changed, 2 insertions(+) create mode 100755 bin/run-1-monitor.sh diff --git a/bin/run-1-monitor.sh b/bin/run-1-monitor.sh new file mode 100755 index 00000000..a25d9948 --- /dev/null +++ b/bin/run-1-monitor.sh @@ -0,0 +1 @@ +pio run --upload-port /dev/ttyUSB1 -t upload -t monitor diff --git a/src/main.cpp b/src/main.cpp index 905c1c00..b98e86c7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -334,6 +334,7 @@ void loop() powerFSM.run_machine(); gps.loop(); + router.loop(); service.loop(); if (radio)