From 077a9937fe36b235ccd956a13723ae3c9a3edbde Mon Sep 17 00:00:00 2001 From: Proddy Date: Thu, 23 Feb 2023 19:26:45 +0100 Subject: [PATCH] comment --- src/system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system.cpp b/src/system.cpp index fe706cb67..1dfe00843 100644 --- a/src/system.cpp +++ b/src/system.cpp @@ -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; }