Sebastian 7 роки тому
батько
коміт
a21dbd6314
1 змінених файлів з 1 додано та 0 видалено
  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);