Skip to content

Commit

Permalink
Update swversion to 1957200040
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmotea authored May 25, 2023
1 parent 2e3e592 commit 8f491c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BridgeEmulator/configManager/configHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ def load_config(self):
if "tpkasa" not in config:
config["tpkasa"] = {"enabled": True}

if int(config["swversion"]) < 19561788040:
config["swversion"] = "19561788040"
if int(config["swversion"]) < 1957200040:
config["swversion"] = "1957200040"
if float(config["apiversion"][:3]) < 1.56:
config["apiversion"] = "1.56.0"

Expand Down

0 comments on commit 8f491c0

Please sign in to comment.