0.8.102 - 2024-04-01

* fix NTP for `opendtufusion` #1542
* fix scan WiFi in AP mode
This commit is contained in:
lumapu 2024-04-01 14:54:08 +02:00
parent 2a4c83647a
commit bcc52c793c
14 changed files with 44 additions and 46 deletions

View file

@ -402,6 +402,7 @@ class Web {
void showNotFound(AsyncWebServerRequest *request) {
checkProtection(request);
//DBGPRINTLN(request->url());
request->redirect("/wizard");
}