overworked the serial responses. Quite difficult, since many texts are Pronterface protocol.

This commit is contained in:
Bernhard Kubicek
2011-11-06 17:33:09 +01:00
parent 1740a83e11
commit 900e0c9bf2
9 changed files with 90 additions and 87 deletions

View File

@ -1382,7 +1382,7 @@ void MainMenu::showMainMenu()
}break;
#endif
default:
Serial.println('NEVER say never');
SERIAL_ERRORLN("Something is wrong in the MenuStructure.");
break;
}
}
@ -1414,7 +1414,7 @@ void MainMenu::update()
{
force_lcd_update=true;
oldcardstatus=CARDINSERTED;
//Serial.println("SD CHANGE");
//Serial.println("echo: SD CHANGE");
if(CARDINSERTED)
{
initsd();