weblog buffer max 1000 messages with psram, syslog buffer 250 with psram

This commit is contained in:
MichaelDvP
2026-01-28 15:01:15 +01:00
parent d702c485b7
commit 584618043d
3 changed files with 7 additions and 5 deletions

View File

@@ -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;