mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-09 16:33:36 +00:00
Merge branch 'develop' into hotfix-gpio
This commit is contained in:
commit
9e659ebd11
10 changed files with 368 additions and 134 deletions
|
|
@ -163,6 +163,7 @@ def decode(freq, decoded):
|
|||
data["lat"] = lat
|
||||
# Add function as character a-d to dataset
|
||||
data["functionChar"] = data["function"].replace("1", "a").replace("2", "b").replace("3", "c").replace("4", "d")
|
||||
data["ricFuncChar"] = data["ric"] + data["functionChar"]
|
||||
|
||||
logging.info("POCSAG%s: %s %s %s ", data["bitrate"], data["ric"], data["function"], data["msg"])
|
||||
|
||||
|
|
|
|||
|
|
@ -9,9 +9,10 @@ Global variables
|
|||
"""
|
||||
|
||||
# version info
|
||||
versionNr = "2.5.1"
|
||||
branch = "master"
|
||||
buildDate = "28.04.2020"
|
||||
versionNr = "2.5.2"
|
||||
branch = "dev"
|
||||
buildDate = "unreleased"
|
||||
|
||||
|
||||
# Global variables
|
||||
config = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue