From 02a64ac1552255a467c82e7903d6cc464e642eec Mon Sep 17 00:00:00 2001 From: livello Date: Tue, 9 Oct 2018 10:00:19 +0300 Subject: [PATCH] PrintEx --- lighthub/main.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lighthub/main.cpp b/lighthub/main.cpp index 3633000..f5bf988 100644 --- a/lighthub/main.cpp +++ b/lighthub/main.cpp @@ -109,7 +109,6 @@ EthernetClient ethClient; #endif #ifndef SYSLOG_DISABLE -//#include #include EthernetUDP udpSyslogClient; Syslog udpSyslog(udpSyslogClient, SYSLOG_PROTO_IETF); @@ -493,7 +492,7 @@ void onInitialStateInitLAN() { lanStatus = HAVE_IP_ADDRESS; } else { - debugSerial<<"No IP data found in flash"; + debugSerial<<"\nNo IP data found in flash"; wdt_dis(); #if defined(__AVR__) || defined(__SAM3X8E__) res = Ethernet.begin(mac, 12000); @@ -1412,8 +1411,8 @@ void thermoLoop(void) { nextThermostatCheck = millis() + THERMOSTAT_CHECK_PERIOD; #ifndef DISABLE_FREERAM_PRINT - (thermostatCheckPrinted) ? debugSerial<