remove wrong comment

This commit is contained in:
OMGeeky
2025-06-07 10:54:21 +02:00
parent 239fef1220
commit 86681fb36f

View File

@@ -55,7 +55,6 @@ class MQTTClient:
keepalive=60,
ssl=False,
):
# Real implementation for ESP hardware
self.client_id = client_id
self.server = server
self.port = port