Thomas Chef пре 8 година
родитељ
комит
81a7de6fee
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      wifi_temp_logger.ino

+ 1 - 1
wifi_temp_logger.ino

@@ -121,7 +121,7 @@ void loop() {
     if( now > previous_http_time  ) {
 
         // Set next measure to 1 minutes
-        previous_http_time = now + (1*60*1000);
+        previous_http_time = now + (3*60*1000);
 
         // Read the temp sensor.....
         oneWireRead();