mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
release IS_CODEC2_TRAFFIC if not rx_status
This commit is contained in:
parent
e6e2319f43
commit
4f753e911e
1 changed files with 2 additions and 0 deletions
|
@ -656,6 +656,8 @@ class RF:
|
||||||
self.log.debug(
|
self.log.debug(
|
||||||
"[MDM] [demod_audio] modem state", mode=mode_name, rx_status=rx_status, sync_flag=codec2.api.rx_sync_flags_to_text[rx_status]
|
"[MDM] [demod_audio] modem state", mode=mode_name, rx_status=rx_status, sync_flag=codec2.api.rx_sync_flags_to_text[rx_status]
|
||||||
)
|
)
|
||||||
|
else:
|
||||||
|
static.IS_CODEC2_TRAFFIC = False
|
||||||
|
|
||||||
if rx_status == 10:
|
if rx_status == 10:
|
||||||
state_buffer.append(rx_status)
|
state_buffer.append(rx_status)
|
||||||
|
|
Loading…
Reference in a new issue