Merge branch 'develop' into hotfix-gpio

This commit is contained in:
Bastian Schroll 2020-08-03 14:26:04 +02:00 committed by GitHub
commit 9e659ebd11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 368 additions and 134 deletions

View file

@ -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"])

View file

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