mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-23 19:26:38 +00:00
Code cleaanup
This commit is contained in:
parent
4214bec6bb
commit
f9ca984c15
@ -1421,7 +1421,6 @@ void webHandleWifiConfig()
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
#if HASP_USE_HTTP > 0
|
|
||||||
void webHandleHttpConfig()
|
void webHandleHttpConfig()
|
||||||
{ // http://plate01/config/http
|
{ // http://plate01/config/http
|
||||||
if(!httpIsAuthenticated(F("config/http"))) return;
|
if(!httpIsAuthenticated(F("config/http"))) return;
|
||||||
@ -1456,7 +1455,6 @@ void webHandleHttpConfig()
|
|||||||
// httpMessage.clear();
|
// httpMessage.clear();
|
||||||
webSendFooter();
|
webSendFooter();
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
#if HASP_USE_GPIO > 0
|
#if HASP_USE_GPIO > 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user