Merge branch 'master' into low_power

This commit is contained in:
Gunnar Skjold
2020-02-09 13:45:27 +01:00
19 changed files with 422 additions and 120 deletions

View File

@@ -56,7 +56,6 @@ void HanConfigAp::setup(int accessPointButtonPin, configuration* config, Stream*
delay(2000);
WiFi.mode(WIFI_AP);
WiFi.setOutputPower(0);
WiFi.softAP(AP_SSID);
/* Setup the DNS server redirecting all the domains to this IP */