NOT factory resetting in init

This commit is contained in:
Sara Damiano
2019-09-26 16:38:15 -04:00
parent c10dfe0636
commit bfd6055c46
10 changed files with 26 additions and 12 deletions

View File

@@ -164,8 +164,8 @@ public:
return false;
}
sendAT(GF("&FZ")); // Factory + Reset
waitResponse();
// sendAT(GF("&FZ")); // Factory + Reset
// waitResponse();
sendAT(GF("E0")); // Echo Off
if (waitResponse() != 1) {