remove unhandelt topic
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user