mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-22 18:57:12 +02:00
0.8.71
* fix autologin bug if no password is set * translated `/serial`
This commit is contained in:
parent
d9696dc704
commit
80d07ae6fe
6 changed files with 41 additions and 8 deletions
|
@ -387,7 +387,6 @@ class Web {
|
|||
AsyncWebServerResponse *response = request->beginResponse_P(200, favicon_type, favicon_ico, favicon_ico_len);
|
||||
response->addHeader(F("Content-Encoding"), "gzip");
|
||||
request->send(response);
|
||||
mApp->resetLockTimeout();
|
||||
}
|
||||
|
||||
void showNotFound(AsyncWebServerRequest *request) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue