main
Tomer27cz 2026-03-19 18:46:06 +01:00
parent 6240f5455f
commit b4785b77df
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class DlmsPushComponent : public Component, public uart::UARTDevice {
uint32_t receive_timeout_ms_{50}; uint32_t receive_timeout_ms_{50};
bool show_log_{false}; bool show_log_{false};
bool cump_raw_{false}; bool dump_raw_{false};
std::string custom_pattern_{""}; std::string custom_pattern_{""};
static const size_t MAX_RX_BUFFER_SIZE = 2048; static const size_t MAX_RX_BUFFER_SIZE = 2048;