mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-25 01:42:15 +00:00
Update link to docs from webserver when file not found (#3175)
This commit is contained in:
parent
4c55d5d9e4
commit
990ee5dacf
@ -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;
|
||||||
@ -854,4 +854,4 @@ void handleScanNetworks(HTTPRequest *req, HTTPResponse *res)
|
|||||||
JSONValue *value = new JSONValue(jsonObjOuter);
|
JSONValue *value = new JSONValue(jsonObjOuter);
|
||||||
res->print(value->Stringify().c_str());
|
res->print(value->Stringify().c_str());
|
||||||
delete value;
|
delete value;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user