Adding missing return statement
This commit is contained in:
		@@ -600,6 +600,7 @@ public:
 | 
				
			|||||||
    if (1 != waitResponse()) return false;
 | 
					    if (1 != waitResponse()) return false;
 | 
				
			||||||
    sendAT(GF("AC"));  // Apply changes
 | 
					    sendAT(GF("AC"));  // Apply changes
 | 
				
			||||||
    if (1 != waitResponse()) return false;
 | 
					    if (1 != waitResponse()) return false;
 | 
				
			||||||
 | 
					    return true;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  void exitCommand(void) {
 | 
					  void exitCommand(void) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user