typo
parent
6240f5455f
commit
b4785b77df
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue