mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
update #6
This commit is contained in:
@@ -115,7 +115,7 @@ class HttpPostEndpoint {
|
||||
response->setLength();
|
||||
|
||||
if (outcome == StateUpdateResult::CHANGED_RESTART) {
|
||||
response->setCode(202); // added by proddy
|
||||
response->setCode(205); // added by proddy, reboot required
|
||||
}
|
||||
request->send(response);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user