mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
smaller log buffer
This commit is contained in:
parent
96ecffe571
commit
3ee92fb4ba
@ -824,7 +824,7 @@ void Dump2log(void) {
|
|||||||
int16_t index=0,hcnt=0;
|
int16_t index=0,hcnt=0;
|
||||||
uint32_t d_lastms;
|
uint32_t d_lastms;
|
||||||
uint8_t dchars[16];
|
uint8_t dchars[16];
|
||||||
char log_data[LOGSZ]; // May be a lot smaller...
|
char log_data[128];
|
||||||
|
|
||||||
//if (!SML_SAVAILABLE) return;
|
//if (!SML_SAVAILABLE) return;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user