summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/system.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/system.cc b/src/system.cc
index a12dd71..3dc21d9 100644
--- a/src/system.cc
+++ b/src/system.cc
@@ -204,6 +204,9 @@ void System::shutdown()
// ... and modem
modem.enable();
+
+ // also, reset state machine
+ rxExpect = START1;
}
ISR(PCINT1_vect)