mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-15 06:36:01 +08:00
Fix typo issues
Thanks @treepleks
This commit is contained in:
parent
40a20dba57
commit
326ef1c261
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user