This commit is contained in:
Proddy
2023-02-23 19:26:45 +01:00
parent e6d41f6697
commit 077a9937fe

View File

@@ -144,8 +144,8 @@ bool System::command_publish(const char * value, const int8_t id) {
}
}
EMSESP::publish_all();
LOG_INFO("Publishing all data to MQTT");
EMSESP::publish_all();
return true;
}