Przeglądaj źródła

Changed to 3 minutes

Thomas Chef 8 lat temu
rodzic
commit
81a7de6fee
1 zmienionych plików z 1 dodań i 1 usunięć
  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();