diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-08-22 18:18:32 +0200 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-08-22 18:18:32 +0200 |
| commit | a7f38dc162b2b194cfe84a98d587888ca4033cde (patch) | |
| tree | 944b6800ea7d7a0544f8d6d3c6f3467130366c3f /esds/rcode.py | |
| parent | c05a90570f4a86928bfd9f02363f27a752c5fbdb (diff) | |
Debug and improve interference detection
Diffstat (limited to 'esds/rcode.py')
| -rw-r--r-- | esds/rcode.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
