AP Web Server App (#497)

Auto starts the web server in AP mode with generated SSID and Password.
For small devices.... or any i guess.
Hidden by default.
May need adjustments to suit even smaller screens than the waveshare GEEK.
And a few symbols for good measure. :)
This commit is contained in:
Shadowtrance
2026-02-12 05:37:22 +10:00
committed by GitHub
parent 26c17986c6
commit 49632d15c9
6 changed files with 134 additions and 1 deletions
@@ -63,4 +63,11 @@ bool save(const WebServerSettings& settings);
*/
std::string generateDefaultApSsid();
/**
* @brief Generate a cryptographically secure random string for credentials
* @param length The desired length of the string
* @return A random alphanumeric string
*/
std::string generateRandomCredential(size_t length);
}