mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
Make the port for syslog server selectable #744
This commit is contained in:
@@ -20,6 +20,7 @@ class DummySettings {
|
||||
int8_t syslog_level = 3; // uuid::log::Level
|
||||
uint32_t syslog_mark_interval = 0;
|
||||
String syslog_host = "192.168.1.4";
|
||||
uint16_t syslog_port = 514;
|
||||
uint8_t master_thermostat = 0;
|
||||
bool shower_timer = true;
|
||||
bool shower_alert = false;
|
||||
|
||||
Reference in New Issue
Block a user