mirror of
				https://github.com/KevinMidboe/TinyGSM.git
				synced 2025-10-29 18:00:18 +00:00 
			
		
		
		
	Woops, extra comma
This commit is contained in:
		| @@ -588,7 +588,7 @@ protected: | ||||
|      DBG("SSL not yet supported on this module!"); | ||||
|    } | ||||
|    uint32_t timeout_ms = ((uint32_t)timeout_s) * 1000; | ||||
|    sendAT(GF("+QIOPEN="), mux, GF(",\""), , GF("TCP"), GF("\",\""), host, | ||||
|    sendAT(GF("+QIOPEN="), mux, GF(",\""), GF("TCP"), GF("\",\""), host, | ||||
|           GF("\","), port); | ||||
|     int rsp = waitResponse(timeout_ms, | ||||
|                            GF("CONNECT OK" GSM_NL), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user