Fix typo issues

Thanks @treepleks
This commit is contained in:
Luc 2016-01-19 16:07:47 +08:00
parent 40a20dba57
commit 326ef1c261
4 changed files with 5 additions and 5 deletions

View File

@ -86,7 +86,7 @@ void setup() {
//update EEPROM with default settings //update EEPROM with default settings
Serial.begin(9600); Serial.begin(9600);
delay(2000); delay(2000);
Serial.println("M117 Reset requested"); Serial.println(F("M117 ESP EEPROM reset"));
CONFIG::reset_config(); CONFIG::reset_config();
delay(1000); delay(1000);
//put some default value to a void some exception at first start //put some default value to a void some exception at first start