From f7a878b25f46e06e112a5848cef49c5c100977ae Mon Sep 17 00:00:00 2001 From: Mayaka Nyaberi <47862028+nyaberi-mayaka@users.noreply.github.com> Date: Mon, 13 Feb 2023 02:13:02 +0300 Subject: [PATCH] Update EspMQTTClient.cpp --- src/EspMQTTClient.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/EspMQTTClient.cpp b/src/EspMQTTClient.cpp index 3bcd5b0..5e6410e 100644 --- a/src/EspMQTTClient.cpp +++ b/src/EspMQTTClient.cpp @@ -188,11 +188,11 @@ bool EspMQTTClient::handleWiFi() return true; } - // Get the current connextion status + // Get the current connection status bool isWifiConnected = (WiFi.status() == WL_CONNECTED); - /***** Detect ans handle the current WiFi handling state *****/ + /***** Detect and handle the current WiFi handling state *****/ // Connection established if (isWifiConnected && !_wifiConnected)