diff --git a/TSI_inout_ino/TSI_inout_ino.ino b/TSI_inout_ino/TSI_inout_ino.ino index 23e0755..9bc3507 100644 --- a/TSI_inout_ino/TSI_inout_ino.ino +++ b/TSI_inout_ino/TSI_inout_ino.ino @@ -268,7 +268,9 @@ void setRoom(int statuss){ //NTP Functions: Read the Time from NTP Server String read_time(){ String time= ""; - Serial.println("readTime"); + if(debug){ + Serial.println("readTime"); + } sendNTPpacket(timeServer); // send an NTP packet to a time server // wait to see if a reply is available