From 5d8b4f2d6738a11ae916f6f57fb7ba22c2894f45 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Mon, 12 Dec 2022 18:24:40 +0100 Subject: [PATCH] re-enable early error detection --- tnc/modem.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tnc/modem.py b/tnc/modem.py index d40f7d2e..5ccc41b8 100644 --- a/tnc/modem.py +++ b/tnc/modem.py @@ -1067,8 +1067,6 @@ def get_modem_error_state(): get current state buffer and return True of contains 10 """ - # TODO: actually disabled for debugging purposes - return False if RECEIVE_DATAC1 and 10 in DAT0_DATAC1_STATE: DAT0_DATAC1_STATE.clear()