Update link to docs from webserver when file not found (#3175)
This commit is contained in:
@@ -398,7 +398,7 @@ void handleStatic(HTTPRequest *req, HTTPResponse *res)
|
|||||||
if (!file.available()) {
|
if (!file.available()) {
|
||||||
LOG_WARN("File not available - %s\n", filenameGzip.c_str());
|
LOG_WARN("File not available - %s\n", filenameGzip.c_str());
|
||||||
res->println("Web server is running.<br><br>The content you are looking for can't be found. Please see: <a "
|
res->println("Web server is running.<br><br>The content you are looking for can't be found. Please see: <a "
|
||||||
"href=https://meshtastic.org/docs/getting-started/faq#wifi--web-browser>FAQ</a>.<br><br><a "
|
"href=https://meshtastic.org/docs/software/web-client/>FAQ</a>.<br><br><a "
|
||||||
"href=/admin>admin</a>");
|
"href=/admin>admin</a>");
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user