Added todo

This commit is contained in:
2026-08-15 13:49:50 +02:00
parent 0ec1535436
commit 08f6991ef5
+1 -1
View File
@@ -223,7 +223,7 @@ async def connect_mqtt_async():
mqtt_client = get_mqtt_client(
host="192.168.50.1", # TODO : Use config.MQTT_BROKER_HOST instead of hardcoding
port=8884,
client_id="smartwave-esp32-demo",
client_id="smartwave-esp32-demo", # TODO : Use DEVICE_ID instead of hardcoding
use_tls=True,
cafile=MQTT_CA_FILE,
keepalive=30,