mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Prepare final release for v2.4.3
This commit is contained in:
parent
6077052e9b
commit
4f3a93b336
5 changed files with 5 additions and 3 deletions
1
Web.cpp
1
Web.cpp
|
|
@ -225,6 +225,7 @@ void Web::handleStreamFile(WebServer &server, const char *filename, const char *
|
|||
Serial.println(filename);
|
||||
server.send(500, _encoding_text, "Error opening file");
|
||||
}
|
||||
esp_task_wdt_reset();
|
||||
server.streamFile(file, encoding);
|
||||
file.close();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue