Added todo
This commit is contained in:
@@ -223,7 +223,7 @@ async def connect_mqtt_async():
|
|||||||
mqtt_client = get_mqtt_client(
|
mqtt_client = get_mqtt_client(
|
||||||
host="192.168.50.1", # TODO : Use config.MQTT_BROKER_HOST instead of hardcoding
|
host="192.168.50.1", # TODO : Use config.MQTT_BROKER_HOST instead of hardcoding
|
||||||
port=8884,
|
port=8884,
|
||||||
client_id="smartwave-esp32-demo",
|
client_id="smartwave-esp32-demo", # TODO : Use DEVICE_ID instead of hardcoding
|
||||||
use_tls=True,
|
use_tls=True,
|
||||||
cafile=MQTT_CA_FILE,
|
cafile=MQTT_CA_FILE,
|
||||||
keepalive=30,
|
keepalive=30,
|
||||||
|
|||||||
Reference in New Issue
Block a user