From c30eaeceb89f9f00ecca232df580bbaa1674b37d Mon Sep 17 00:00:00 2001
From: cziter15
Date: Tue, 21 May 2024 20:35:08 +0000
Subject: [PATCH] deploy: be0b978905e49cde9078e9b66db51f4db0f7d440
---
classksf_1_1comps_1_1ks_wifi_connector.html | 4 +---
ks_wifi_connector_8h_source.html | 4 ++--
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/classksf_1_1comps_1_1ks_wifi_connector.html b/classksf_1_1comps_1_1ks_wifi_connector.html
index bfc7749..1fa77cf 100644
--- a/classksf_1_1comps_1_1ks_wifi_connector.html
+++ b/classksf_1_1comps_1_1ks_wifi_connector.html
@@ -382,8 +382,6 @@
-References gotIpAddress, ksf::ksSimpleTimer::hasTimePassed(), isConnected(), ksf::ksSimpleTimer::restart(), ksf::ksSimpleTimer::triggered(), wasConnected, wifiConnectedInternal(), wifiDisconnectedInternal(), wifiIpCheckTimer, wifiReconnectTimer, and wifiTimeoutTimer.
+References ksf::ksSimpleTimer::hasTimePassed(), isConnected(), ksf::ksSimpleTimer::restart(), ksf::ksSimpleTimer::triggered(), wasConnected, wifiConnectedInternal(), wifiDisconnectedInternal(), wifiReconnectTimer, and wifiTimeoutTimer.
diff --git a/ks_wifi_connector_8h_source.html b/ks_wifi_connector_8h_source.html
index ab11782..da13c1f 100644
--- a/ks_wifi_connector_8h_source.html
+++ b/ks_wifi_connector_8h_source.html
@@ -147,7 +147,7 @@
A component that manages WiFi connection.
Definition ksWifiConnector.h:30
ksSimpleTimer wifiReconnectTimer
Wifi timer - reconnection timeout.
Definition ksWifiConnector.h:35
-bool isConnected() const
Returns whether WiFi is connected or not.
Definition ksWifiConnector.cpp:153
+bool isConnected() const
Returns whether WiFi is connected or not.
Definition ksWifiConnector.cpp:150
ksSimpleTimer wifiIpCheckTimer
Wifi timer - IP check interval.
Definition ksWifiConnector.h:36
bool gotIpAddress
True if IP address is set.
Definition ksWifiConnector.h:39
bool wasConnected
True if connected in previous loop.
Definition ksWifiConnector.h:38
@@ -159,7 +159,7 @@
void wifiDisconnectedInternal()
Internal method called on WiFi disconnection.
Definition ksWifiConnector.cpp:110
bool savePower
True to save power.
Definition ksWifiConnector.h:40
void wifiConnectedInternal()
Internal method called on WiFi connection.
Definition ksWifiConnector.cpp:98
-virtual ~ksWifiConnector()
Destructos WiFi connector component.
Definition ksWifiConnector.cpp:158
+virtual ~ksWifiConnector()
Destructos WiFi connector component.
Definition ksWifiConnector.cpp:155
A class that is a base for user-defined application.
Definition ksApplication.h:43
Base component class.
Definition ksComponent.h:51
Simple timer class, without using component architecture.
Definition ksSimpleTimer.h:27