mirror of
				https://github.com/KevinMidboe/TinyGSM.git
				synced 2025-10-29 18:00:18 +00:00 
			
		
		
		
	Remove extra variable
This commit is contained in:
		@@ -440,7 +440,6 @@ private:
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  int modemConnect(const char* host, uint16_t port, uint8_t mux) {
 | 
			
		||||
    int rsp = 0;
 | 
			
		||||
    for (int i=0; i<3; i++) {
 | 
			
		||||
      String ip = dnsIpQuery(host);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user