mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-28 09:39:11 +03:00
add syslog enabled - it was causing mem issues with esp32
This commit is contained in:
@@ -109,6 +109,7 @@ class System {
|
||||
|
||||
// settings
|
||||
static bool hide_led_;
|
||||
static bool syslog_enabled_;
|
||||
uint8_t syslog_level_;
|
||||
uint32_t syslog_mark_interval_;
|
||||
String syslog_host_;
|
||||
|
||||
Reference in New Issue
Block a user