Skip to content

Conversation

@dbemowsk
Copy link
Contributor

After setup, every time goGetValveTimes() is called, the code below always gets run screwing up the information on the screen because inSetup is never changed from true to false in the setup() code.

if (inSetup) {
  lcd.print(F(" Updating  "));
  lcd.setCursor(0, 1);
  lcd.print(F(" Valve Data: "));
  lcd.print(valveIndex);
}

Simply added "inSetup = false;" at the end of the setup() code after goGetValveTimes() is run for the first time.

@henrikekblad henrikekblad merged commit 7295a00 into mysensors:master Jun 30, 2017
@dbemowsk dbemowsk deleted the dbemowsk-patch-1 branch June 30, 2017 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants