mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Add snr to dispatcher
This commit is contained in:
parent
4210c8c035
commit
96efa8fb25
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ class DATA:
|
|||
if frametype in self.rx_dispatcher:
|
||||
# Process frames "known" by rx_dispatcher
|
||||
# self.log.debug(f"[Modem] {self.rx_dispatcher[frametype][1]} RECEIVED....")
|
||||
self.rx_dispatcher[frametype][0](bytes_out[:-2])
|
||||
self.rx_dispatcher[frametype][0](bytes_out[:-2],snr)
|
||||
|
||||
# Process frametypes requiring a different set of arguments.
|
||||
elif FR_TYPE.BURST_51.value >= frametype >= FR_TYPE.BURST_01.value:
|
||||
|
|
Loading…
Reference in a new issue