Skip to content

Commit 9b171d0

Browse files
authored
Update swversion to 1958077010
1 parent 8f491c0 commit 9b171d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BridgeEmulator/configManager/configHandler.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ def load_config(self):
6969
if "tpkasa" not in config:
7070
config["tpkasa"] = {"enabled": True}
7171

72-
if int(config["swversion"]) < 1957200040:
73-
config["swversion"] = "1957200040"
72+
if int(config["swversion"]) < 1958077010:
73+
config["swversion"] = "1958077010"
7474
if float(config["apiversion"][:3]) < 1.56:
7575
config["apiversion"] = "1.56.0"
7676

0 commit comments

Comments
 (0)