From a7f38dc162b2b194cfe84a98d587888ca4033cde Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 22 Aug 2023 18:18:32 +0200 Subject: Debug and improve interference detection --- esds/rcode.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'esds/rcode.py') diff --git a/esds/rcode.py b/esds/rcode.py index 6600177..1a7ebad 100644 --- a/esds/rcode.py +++ b/esds/rcode.py @@ -5,6 +5,6 @@ class RCode(Enum): FAIL = 1 TIMEOUT_EXPIRE = 2 RECEIVER_TURNED_OFF = 3 - RECEIVER_UNAVAILABLE = 4 - UNKNOWN = 5 + UNKNOWN = 4 + INTERFERENCES = 5 -- cgit v1.2.3