Luthira A
updated scripts and unique id generation with form for mqtt connection
4bec42e
raw
history blame contribute delete
286 Bytes
# constants.py
# Wi-Fi Configuration
WIFI_SSID = 'Pixel 8'
WIFI_PASSWORD = '123456789'
# MQTT Configuration
MQTT_BROKER = 'b6bdb89571144b3d8e5ca4bbe666ddb5.s1.eu.hivemq.cloud'
MQTT_PORT = 8883
MQTT_TOPIC = 'sensors/bme680/data'
MQTT_USER = 'LuthiraMQ'
MQTT_PASSWORD = 'Password1118.'