Skip to content

Commit

Permalink
Display IP in screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Vazquez committed Jun 27, 2017
1 parent 72affb5 commit 189fa0d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion TempXD/display.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ void displayStart() {
lcd.setCursor(0, 1);
lcd.print("Mash");
lcd.setCursor(0, 2);
lcd.print("Boil");
lcd.print("Boil");
lcd.setCursor(0, 3);
lcd.print("IP:");
lcd.setCursor(4, 3);
lcd.print(WiFi.localIP());
}

// Show Temps in display
Expand Down

0 comments on commit 189fa0d

Please sign in to comment.