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

View File

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