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

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