From 3ee92fb4ba4068d2d6f7362165538a40ecfa2c0c Mon Sep 17 00:00:00 2001 From: gemu2015 Date: Fri, 1 Jan 2021 06:44:04 +0100 Subject: [PATCH] smaller log buffer --- tasmota/xsns_53_sml.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xsns_53_sml.ino b/tasmota/xsns_53_sml.ino index cccfde736..d91facf37 100755 --- a/tasmota/xsns_53_sml.ino +++ b/tasmota/xsns_53_sml.ino @@ -824,7 +824,7 @@ void Dump2log(void) { int16_t index=0,hcnt=0; uint32_t d_lastms; uint8_t dchars[16]; - char log_data[LOGSZ]; // May be a lot smaller... + char log_data[128]; //if (!SML_SAVAILABLE) return;