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
////////////////////////////////////////////////////////////////////////////////////////////////////
#if HASP_USE_HTTP > 0
void webHandleHttpConfig()
{ // http://plate01/config/http
if(!httpIsAuthenticated(F("config/http"))) return;
@ -1456,7 +1455,6 @@ void webHandleHttpConfig()
// httpMessage.clear();
webSendFooter();
}
#endif
////////////////////////////////////////////////////////////////////////////////////////////////////
#if HASP_USE_GPIO > 0