Improve setup-WiFi password generation

This commit is contained in:
Djuri 2024-09-10 11:12:14 +02:00
parent 7a1ce54248
commit 5425ea7fbf
2 changed files with 27 additions and 12 deletions

View file

@ -44,7 +44,7 @@ uint getLastTimeSync();
void setupPreferences();
void setupWebsocketClients(void *pvParameters);
void setupHardware();
void tryImprovSetup();
void setupWifi();
void setupTimers();
void finishSetup();
void setupMcp();
@ -81,4 +81,5 @@ void addScreenMapping(int value, const char* name);
// void addScreenMapping(int value, const String& name);
// void addScreenMapping(int value, const std::string& name);
int findScreenIndexByValue(int value);
int findScreenIndexByValue(int value);
String replaceAmbiguousChars(String input);