mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-03-15 22:26:31 +03:00
weblog buffer max 1000 messages with psram, syslog buffer 250 with psram
This commit is contained in:
@@ -67,9 +67,9 @@ class WebSettings {
|
||||
uint8_t bool_dashboard;
|
||||
uint8_t enum_format;
|
||||
|
||||
int8_t weblog_level;
|
||||
uint8_t weblog_buffer;
|
||||
bool weblog_compact;
|
||||
int8_t weblog_level;
|
||||
uint16_t weblog_buffer;
|
||||
bool weblog_compact;
|
||||
|
||||
bool fahrenheit;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user