Files
Smartwave/shared/config.py
T
Ninluc 0e89e42b48
Build, push image, and notify Watchtower / build-image (push) Successful in 51s
Build, push image, and notify Watchtower / notify (push) Successful in 1m40s
MQTT esp_wifi
2026-07-17 18:50:53 +02:00

11 lines
153 B
Python

# LoRa
HEARTBEAT_INTERVAL = 10
# MQTT
MQTT_BROKER_HOST = "192.168.50.1"
MQTT_TOPIC = b"smartwave/demo"
MQTT_KEEPALIVE = 30
USE_TLS = True
MQTT_QOS = 2