re-enable early error detection

This commit is contained in:
DJ2LS 2022-12-12 18:24:40 +01:00
parent 819832127e
commit 5d8b4f2d67

View file

@ -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()