mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Added 80bit step functions to groups #280
This commit is contained in:
parent
e3e843387f
commit
6077052e9b
5 changed files with 20 additions and 8 deletions
|
|
@ -544,6 +544,7 @@ bool Network::openSoftAP() {
|
|||
WiFi.disconnect(true);
|
||||
WiFi.hostname("ESPSomfy RTS");
|
||||
WiFi.mode(WIFI_AP_STA);
|
||||
this->_connecting = false;
|
||||
delay(100);
|
||||
WiFi.softAP("ESPSomfy RTS", "");
|
||||
Serial.println("Initializing AP for credentials modification");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue