mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-06 06:43:54 +00:00
fix decoder
This commit is contained in:
parent
0c6044072a
commit
957b22e087
2 changed files with 5 additions and 4 deletions
|
|
@ -32,6 +32,7 @@ class Decoder:
|
|||
@param data: data to decode
|
||||
@return bwPacket instance"""
|
||||
logging.debug("search decoder")
|
||||
data = str(data)
|
||||
if "FMS" in data:
|
||||
return FmsDecoder.decode(data)
|
||||
elif "POCSAG" in data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue