You've already forked Adafruit_MQTT_Library
							
							
				mirror of
				https://github.com/adafruit/Adafruit_MQTT_Library.git
				synced 2025-11-03 11:53:11 +03:00 
			
		
		
		
	Fixes typo in comment
This commit is contained in:
		@@ -35,7 +35,7 @@
 | 
			
		||||
 | 
			
		||||
// Create an ESP8266 WiFiClient class to connect to the MQTT server.
 | 
			
		||||
WiFiClient client;
 | 
			
		||||
// or... use WiFiFlientSecure for SSL
 | 
			
		||||
// or... use WiFiClientSecure for SSL
 | 
			
		||||
//WiFiClientSecure client;
 | 
			
		||||
 | 
			
		||||
// Setup the MQTT client class by passing in the WiFi client and MQTT server and login details.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user