From b4785b77dfd47fe24f6acb7038c9f00de2489eab Mon Sep 17 00:00:00 2001 From: Tomer27cz Date: Thu, 19 Mar 2026 18:46:06 +0100 Subject: [PATCH] typo --- components/dlms_push/dlms_push.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dlms_push/dlms_push.h b/components/dlms_push/dlms_push.h index eac2c9f..6175a61 100644 --- a/components/dlms_push/dlms_push.h +++ b/components/dlms_push/dlms_push.h @@ -54,7 +54,7 @@ class DlmsPushComponent : public Component, public uart::UARTDevice { uint32_t receive_timeout_ms_{50}; bool show_log_{false}; - bool cump_raw_{false}; + bool dump_raw_{false}; std::string custom_pattern_{""}; static const size_t MAX_RX_BUFFER_SIZE = 2048;