mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-25 04:07:17 +02:00
0.8.102 - 2024-04-01
* fix NTP for `opendtufusion` #1542 * fix scan WiFi in AP mode
This commit is contained in:
parent
2a4c83647a
commit
bcc52c793c
14 changed files with 44 additions and 46 deletions
|
@ -402,6 +402,7 @@ class Web {
|
|||
|
||||
void showNotFound(AsyncWebServerRequest *request) {
|
||||
checkProtection(request);
|
||||
//DBGPRINTLN(request->url());
|
||||
request->redirect("/wizard");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue