UART communication
This commit is contained in:
+3
-2
@@ -5,7 +5,8 @@ HEARTBEAT_INTERVAL = 10
|
||||
|
||||
# MQTT
|
||||
MQTT_BROKER_HOST = "192.168.50.1"
|
||||
MQTT_TOPIC = b"smartwave/demo"
|
||||
MQTT_TOPIC_SENSOR = b"smartwave/sensor"
|
||||
MQTT_TOPIC_COOKING = b"smartwave/cooking"
|
||||
MQTT_KEEPALIVE = 30
|
||||
USE_TLS = True
|
||||
MQTT_QOS = 2
|
||||
MQTT_QOS = 1
|
||||
Reference in New Issue
Block a user