mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-22 10:46:34 +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) {
|
if(WiFi.getMode() != WIFI_STA) {
|
||||||
LOG_TRACE(TAG_HTTP, F("Wifi access point"));
|
LOG_TRACE(TAG_HTTP, F("Wifi access point"));
|
||||||
webServer.on(F("/"), webHandleWifiConfig);
|
webServer.on(F("/"), webHandleWifiConfig);
|
||||||
webServer.on(F("/config"), webHandleWifiConfig);
|
webServer.on(F("/config"), webHandleConfig);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user