mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-19 01:06:41 +00:00
Fix webHandleConfig callback
This commit is contained in:
parent
6f5d90a824
commit
b50278a68b
@ -1942,7 +1942,7 @@ void httpSetup()
|
||||
if(WiFi.getMode() != WIFI_STA) {
|
||||
LOG_TRACE(TAG_HTTP, F("Wifi access point"));
|
||||
webServer.on(F("/"), webHandleWifiConfig);
|
||||
webServer.on(F("/config"), webHandleWifiConfig);
|
||||
webServer.on(F("/config"), webHandleConfig);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user