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