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