forked from btclock/btclock_v3
Improve setup-WiFi password generation
This commit is contained in:
parent
7a1ce54248
commit
5425ea7fbf
2 changed files with 27 additions and 12 deletions
|
@ -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);
|
Loading…
Add table
Add a link
Reference in a new issue