Explorar o código

added another todo

Sebastian %!s(int64=7) %!d(string=hai) anos
pai
achega
a21dbd6314
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      CoffeeCode/display.cpp

+ 1 - 0
CoffeeCode/display.cpp

@@ -341,6 +341,7 @@ void displaySetLang(display_lang_t lang) {
 void displayRefresh(void) {
 	if (coffeeMode == MODE_STATE) {
 		switch (coffeeState) { //coffeeGetState()
+		//TODO show the temperature when the machine is ready to brew
 		case STATE_IDLE:
 			displayPrintLn(0, "CoffeePi", true);
 			displayPrintLn(1, displayGetString(str_ready), true);