소스 검색

Changed to 3 minutes

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();