mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
fixed styling in captive portal
This commit is contained in:
parent
590368734d
commit
0645dc48e9
@ -1452,15 +1452,15 @@ void webHandleCaptivePortalWifiConfig()
|
||||
}
|
||||
#endif
|
||||
|
||||
webServer.send(200, "text/html", httpMessage);
|
||||
//webSendPage(haspDevice.get_hostname(), httpMessage.length(), false);
|
||||
//webServer.sendContent(httpMessage);
|
||||
//webServer.send(200, "text/html", httpMessage);
|
||||
webSendPage(haspDevice.get_hostname(), httpMessage.length(), false);
|
||||
webServer.sendContent(httpMessage);
|
||||
#if defined(STM32F4xx)
|
||||
httpMessage = "";
|
||||
#else
|
||||
httpMessage.clear();
|
||||
#endif
|
||||
//webSendFooter();
|
||||
webSendFooter();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user