We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f491c0 commit 9b171d0Copy full SHA for 9b171d0
BridgeEmulator/configManager/configHandler.py
@@ -69,8 +69,8 @@ def load_config(self):
69
if "tpkasa" not in config:
70
config["tpkasa"] = {"enabled": True}
71
72
- if int(config["swversion"]) < 1957200040:
73
- config["swversion"] = "1957200040"
+ if int(config["swversion"]) < 1958077010:
+ config["swversion"] = "1958077010"
74
if float(config["apiversion"][:3]) < 1.56:
75
config["apiversion"] = "1.56.0"
76
0 commit comments