MQTT esp_wifi
Build, push image, and notify Watchtower / build-image (push) Successful in 51s
Build, push image, and notify Watchtower / notify (push) Successful in 1m40s

This commit is contained in:
2026-07-17 18:50:53 +02:00
parent 77872d183b
commit 0e89e42b48
9 changed files with 207 additions and 29 deletions
+9
View File
@@ -1,2 +1,11 @@
# 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