thermferm/thermferm.c

changeset 583
9795a16de807
parent 582
ba340e00aab2
child 588
322a29000fd7
--- a/thermferm/thermferm.c	Sat Apr 27 15:36:16 2019 +0200
+++ b/thermferm/thermferm.c	Sat Apr 27 20:47:26 2019 +0200
@@ -1230,6 +1230,7 @@
 		} else {
 		    Config.temp_state = 2;
 		}
+		usleep(10000);
 	    }
 	    row++;
 
@@ -1260,6 +1261,7 @@
 		} else {
 		    Config.hum_state = 2;
 		}
+		usleep(10000);
 	    }
 	    row++;
 	    /*

mercurial