Sfoglia il codice sorgente

Changed to 3 minutes

Thomas Chef 8 anni fa
parent
commit
81a7de6fee
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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();