Change the soft AP behavior so it does not start as fast on ethernet #271

This commit is contained in:
Robert Strouse 2024-02-19 17:21:41 -08:00
parent 2a3d7aa7e7
commit 632dd3900b
6 changed files with 44 additions and 17 deletions

View file

@ -12,6 +12,7 @@ class Network {
bool ethStarted = false;
public:
bool wifiFallback = false;
bool softAPOpened = false;
conn_types connType = conn_types::unset;
bool connected();
String ssid;