Improve wifi fallback

This commit is contained in:
Robert Strouse 2024-03-03 08:33:19 -08:00
parent ea5614c700
commit 60af2bf399
14 changed files with 133 additions and 69 deletions

View file

@ -29,7 +29,7 @@ class Network {
bool connectWiFi();
bool connectWired();
void setConnected(conn_types connType);
int getStrengthByMac(const char *mac);
//int getStrengthByMac(const char *mac);
int getStrengthBySSID(const char *ssid);
void updateHostname();
bool setup();