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:
@@ -52,7 +52,7 @@ std::string generateDefaultApSsid() {
|
||||
* @param length The desired length of the string
|
||||
* @return A random alphanumeric string
|
||||
*/
|
||||
static std::string generateRandomCredential(size_t length) {
|
||||
std::string generateRandomCredential(size_t length) {
|
||||
static constexpr char charset[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
||||
static constexpr size_t charsetSize = sizeof(charset) - 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user