Syslog host setting as ipv4 or hostname

This commit is contained in:
MichaelDvP
2021-07-26 11:41:23 +02:00
parent 1df427366f
commit 1cf938e16a
6 changed files with 47 additions and 49 deletions

View File

@@ -74,7 +74,6 @@ class System {
void send_heartbeat();
void led_init(bool refresh);
void syslog_init(bool refresh);
void adc_init(bool refresh);
void network_init(bool refresh);
void button_init(bool refresh);
@@ -168,7 +167,7 @@ class System {
std::string hostname_ = "ems-esp";
bool hide_led_;
uint8_t led_gpio_;
bool syslog_enabled_;
bool syslog_enabled_ = false;
bool analog_enabled_;
bool low_clock_;
String board_profile_;