mirror of
https://github.com/luc-github/ESP3D.git
synced 2025-10-31 11:56:48 -07:00
Fix typo issues
Thanks @treepleks
This commit is contained in:
@@ -56,7 +56,7 @@ WiFiServer * data_server;
|
||||
WiFiClient serverClients[MAX_SRV_CLIENTS];
|
||||
|
||||
void setup() {
|
||||
// init :
|
||||
// init:
|
||||
web_interface = NULL;
|
||||
data_server = NULL;
|
||||
// ESP.wdtDisable();
|
||||
@@ -86,7 +86,7 @@ void setup() {
|
||||
//update EEPROM with default settings
|
||||
Serial.begin(9600);
|
||||
delay(2000);
|
||||
Serial.println("M117 Reset requested");
|
||||
Serial.println(F("M117 ESP EEPROM reset"));
|
||||
CONFIG::reset_config();
|
||||
delay(1000);
|
||||
//put some default value to a void some exception at first start
|
||||
|
||||
Reference in New Issue
Block a user