mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-29 11:01:15 +00:00
#552 - Updated the 404 handler for / to refer to instructions for how to fix the problem.
#552 - Updated the 404 handler for / to refer to instructions for how to fix the problem.
This commit is contained in:
parent
3eae2c6286
commit
e82752c777
@ -858,6 +858,9 @@ void handleRoot(HTTPRequest *req, HTTPResponse *res)
|
|||||||
res->setStatusText("Not found");
|
res->setStatusText("Not found");
|
||||||
res->println("404 Not Found");
|
res->println("404 Not Found");
|
||||||
res->printf("<p>File not found: %s</p>\n", filename.c_str());
|
res->printf("<p>File not found: %s</p>\n", filename.c_str());
|
||||||
|
res->printf("<p></p>\n");
|
||||||
|
res->printf("<p>You have gotten this error because the filesystem for the web server has not been loaded.</p>\n");
|
||||||
|
res->printf("<p>Please review the 'Common Problems' section of the <a href=https://github.com/meshtastic/Meshtastic-device/issues/552>web interface</a> documentation.</p>\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user