Skip to content

Commit

Permalink
config: set serial statistics to on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tspopp committed Nov 1, 2024
1 parent 8c7308b commit 8cb8bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AquaMQTT/include/config/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8cb8bdc

Please sign in to comment.