소스 검색

added another todo

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);