mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Change the soft AP behavior so it does not start as fast on ethernet #271
This commit is contained in:
parent
2a3d7aa7e7
commit
632dd3900b
6 changed files with 44 additions and 17 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue