Explorar o código

Changed to 3 minutes

Thomas Chef %!s(int64=8) %!d(string=hai) anos
pai
achega
81a7de6fee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();