diff --git a/ks_device_portal_8h_source.html b/ks_device_portal_8h_source.html
index 6af2749..8dfa5ac 100644
--- a/ks_device_portal_8h_source.html
+++ b/ks_device_portal_8h_source.html
@@ -209,7 +209,7 @@
ksf::ksApplication * app
Application pointer.
Definition ksDevicePortal.h:55
void onWebsocketTextMessage(uint8_t clientNum, const std::string_view &message)
Handles websocket text message.
Definition ksDevicePortal.cpp:201
bool init(ksApplication *app) override
Initializes the device portal component.
Definition ksDevicePortal.cpp:100
-void setupWsServer()
Starts device portal WebSocket server.
Definition ksDevicePortal.cpp:596
+void setupWsServer()
Starts device portal WebSocket server.
Definition ksDevicePortal.cpp:591
void updateFinished(bool fromPortal)
Implements post-OTA update actions.
Definition ksDevicePortal.cpp:183
std::string portalPassword
Portal password.
Definition ksDevicePortal.h:63
bool postInit(ksApplication *app) override
Post-initializes the device portal component.
Definition ksDevicePortal.cpp:110
@@ -233,7 +233,7 @@
void onRequest_otaFinish()
HTTP handler for OTA finish endpoint.
Definition ksDevicePortal.cpp:524
uint32_t lastLoopExecutionTimestamp
Time of last loop execution (us)/.
Definition ksDevicePortal.h:59
void rebootDevice()
Reboots the device.
Definition ksDevicePortal.cpp:136
-void setupHttpServer()
Starts device portal HTTP server.
Definition ksDevicePortal.cpp:566
+void setupHttpServer()
Starts device portal HTTP server.
Definition ksDevicePortal.cpp:561
uint32_t loopExecutionTime
Diff (loop exec time).
Definition ksDevicePortal.h:60
std::unique_ptr< WebServerClass > webServer
HTTP server.
Definition ksDevicePortal.h:66
void handle_scanNetworks(std::string &response)
Websocket handler for network scan endpoint.
Definition ksDevicePortal.cpp:363