Skip to content

Commit

Permalink
Update swversion to 1958077010
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmotea authored Jun 1, 2023
1 parent 8f491c0 commit 9b171d0
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"]) < 1957200040:
config["swversion"] = "1957200040"
if int(config["swversion"]) < 1958077010:
config["swversion"] = "1958077010"
if float(config["apiversion"][:3]) < 1.56:
config["apiversion"] = "1.56.0"

Expand Down

0 comments on commit 9b171d0

Please sign in to comment.