mirror of
				https://github.com/KevinMidboe/TinyGSM.git
				synced 2025-10-29 18:00:18 +00:00 
			
		
		
		
	Correct non-ssl connection
This commit is contained in:
		| @@ -99,7 +99,7 @@ public: | ||||
|   virtual int connect(const char *host, uint16_t port, int timeout_s) { | ||||
|     // NOTE:  Not caling stop() or yeild() here | ||||
|     at->streamClear();  // Empty anything in the buffer before starting | ||||
|     sock_connected = at->modemConnect(host, port, mux, timeout_s); | ||||
|     sock_connected = at->modemConnect(host, port, mux, false, timeout_s); | ||||
|     return sock_connected; | ||||
|   } | ||||
|   virtual int connect(const char *host, uint16_t port) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user