diff --git a/micro_ondes/esp_wifi/main.py b/micro_ondes/esp_wifi/main.py index 50abf83..63d4045 100644 --- a/micro_ondes/esp_wifi/main.py +++ b/micro_ondes/esp_wifi/main.py @@ -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,