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