Merge pull request #24 from KirschbaumP/bug/23-zvei-tone

fixed zvei bug
This commit is contained in:
Bastian Schroll 2020-04-11 16:15:13 +02:00 committed by GitHub
commit 3746d26832
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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