File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
examples/IrrigationController Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -865,7 +865,7 @@ void goGetValveTimes()
865865 flashIcon = !flashIcon;
866866 flashIcon ? lcd.write (byte (1 )) : lcd.print (F (" " ));
867867 request (valveIndex, V_VAR1);
868- wait (500 );
868+ wait (50 );
869869 }
870870 receivedInitialValue = false ;
871871 while (!receivedInitialValue)
@@ -874,7 +874,7 @@ void goGetValveTimes()
874874 flashIcon = !flashIcon;
875875 flashIcon ? lcd.write (byte (1 )) : lcd.print (F (" " ));
876876 request (valveIndex, V_VAR2);
877- wait (500 );
877+ wait (50 );
878878 }
879879 receivedInitialValue = false ;
880880 while (!receivedInitialValue)
@@ -883,7 +883,7 @@ void goGetValveTimes()
883883 flashIcon = !flashIcon;
884884 flashIcon ? lcd.write (byte (1 )) : lcd.print (F (" " ));
885885 request (valveIndex, V_VAR3);
886- wait (500 );
886+ wait (50 );
887887 }
888888 valveUpdateTime = millis ();
889889 valveIndex++;
You can’t perform that action at this time.
0 commit comments