mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-21 06:03:50 +00:00
Merge pull request #24 from KirschbaumP/bug/23-zvei-tone
fixed zvei bug
This commit is contained in:
commit
3746d26832
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class ZveiDecoder:
|
|||
|
||||
bwPacket = Packet()
|
||||
bwPacket.set("mode", "zvei")
|
||||
bwPacket.set("zvei", ZveiDecoder._solveDoubleTone(data[7:12]))
|
||||
bwPacket.set("tone", ZveiDecoder._solveDoubleTone(data[7:12]))
|
||||
|
||||
return bwPacket
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue