mirror of
				https://github.com/KevinMidboe/TinyGSM.git
				synced 2025-10-29 18:00:18 +00:00 
			
		
		
		
	NOT factory resetting in init
This commit is contained in:
		@@ -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;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user