mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Fix webHandleConfig callback
This commit is contained in:
parent
202c958057
commit
28f420be1c
File diff suppressed because it is too large
Load Diff
@ -1940,7 +1940,7 @@ void httpSetup()
|
|||||||
|
|
||||||
// These two endpoints are needed in STA and AP mode
|
// These two endpoints are needed in STA and AP mode
|
||||||
webServer.on(F("/"), webHandleWifiConfig);
|
webServer.on(F("/"), webHandleWifiConfig);
|
||||||
webServer.on(F("/config"), webHandleWifiConfig);
|
webServer.on(F("/config"), webHandleConfig);
|
||||||
|
|
||||||
#if !defined(STM32F4xx)
|
#if !defined(STM32F4xx)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user