mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Support for Garage doors
This commit is contained in:
parent
64d7abdc16
commit
92b9b679f9
4 changed files with 6 additions and 5 deletions
3
Web.cpp
3
Web.cpp
|
|
@ -36,8 +36,9 @@ void Web::startup() {
|
|||
}
|
||||
void Web::loop() {
|
||||
server.handleClient();
|
||||
yield();
|
||||
delay(1);
|
||||
apiServer.handleClient();
|
||||
delay(1);
|
||||
}
|
||||
void Web::sendCORSHeaders(WebServer &server) {
|
||||
//server.sendHeader(F("Connection"), F("Keep-Alive"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue