OTA cleanup

This commit is contained in:
2026-04-21 22:44:46 +02:00
parent ee0d85fa73
commit cba7d907e9
2 changed files with 62 additions and 1 deletions

View File

@@ -903,7 +903,6 @@ def connect_mqtt():
keepalive=30,
)
client.set_callback(on_message)
client.sock.settimeout(15)
client.connect()
client.sock.settimeout(0)
client_ref = client