Merge pull request #171 from frederikheld/fix/typo_in_comment

Fixes typo in comment
This commit is contained in:
Brent Rubell 2020-09-23 11:49:07 -04:00 committed by GitHub
commit 381c3e576c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.