Code cleaanup

This commit is contained in:
fvanroie 2021-06-30 00:40:59 +02:00
parent 4214bec6bb
commit f9ca984c15

View File

@ -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