Skip to content

Commit 38f1279

Browse files
authored
Merge pull request mysensors#23 from itbeyond/master
receivedInitialValue in setup look not reset
2 parents f35aad0 + b35ba46 commit 38f1279

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/IrrigationController/IrrigationController.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ void setup()
253253
DEBUG_PRINT(F("Calling for Valve "));
254254
DEBUG_PRINT(i);
255255
DEBUG_PRINTLN(F(" Data..."));
256+
receivedInitialValue = false;
256257
while (!receivedInitialValue)
257258
{
258259
lcd.setCursor(15, 0);

0 commit comments

Comments
 (0)