Added 80bit step functions to groups #280

This commit is contained in:
Robert Strouse 2024-05-08 16:44:19 -07:00
parent e3e843387f
commit 6077052e9b
5 changed files with 20 additions and 8 deletions

View file

@ -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");