diff --git a/LoRaRF/base.py b/LoRaRF/base.py index 3c328a0..61a73ec 100644 --- a/LoRaRF/base.py +++ b/LoRaRF/base.py @@ -52,6 +52,7 @@ def input(self): return request.get_value(self.offset) def monitor(self, callback, timeout: float): + self.seqno = 0 #reset the sequence number, as this is not a global number but the number in each line request t = time.time() with gpiod.request_lines( self.chip,