remove unhandelt topic

This commit is contained in:
Carsten Graf
2025-07-06 00:04:07 +02:00
parent 6f0c91d0ee
commit 31e548daa6
2 changed files with 0 additions and 3 deletions

Binary file not shown.

View File

@@ -225,9 +225,6 @@ void setupMqttServer() {
} }
else if (strncmp(topic, "heartbeat/alive/", 16) == 0) { else if (strncmp(topic, "heartbeat/alive/", 16) == 0) {
handleHeartbeatTopic(topic, payload); handleHeartbeatTopic(topic, payload);
}
else {
Serial.printf("Unhandled topic '%s' with payload '%s'\n", topic, payload);
} }
updateStatusLED(3); updateStatusLED(3);
}); });