From 8cb8bdc0c91d7dbb3b1e02636b6da478a7aa6819 Mon Sep 17 00:00:00 2001 From: Thomas Popp Date: Fri, 1 Nov 2024 21:24:29 +0100 Subject: [PATCH] config: set serial statistics to on by default --- AquaMQTT/include/config/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AquaMQTT/include/config/Configuration.h b/AquaMQTT/include/config/Configuration.h index bc767a5..e6e14e8 100644 --- a/AquaMQTT/include/config/Configuration.h +++ b/AquaMQTT/include/config/Configuration.h @@ -66,7 +66,7 @@ constexpr bool DEBUG_RAW_SERIAL_MESSAGES = false; * topics "msgHandled, msgUnhandled, msgCRCNOK and msgSent" topics for each serial * channel (hmi/main or listener), */ -constexpr bool MQTT_PUBLISH_SERIAL_STATISTICS = false; +constexpr bool MQTT_PUBLISH_SERIAL_STATISTICS = true; /** * Choose to publish time and date used by the heatpump. This is mainly for debugging