mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-02 14:46:16 -04:00
Updated console site
This commit is contained in:
parent
47446fe202
commit
c8884285dc
11 changed files with 25 additions and 14 deletions
|
@ -80,10 +80,10 @@ bool console_serve_file(String path) {
|
|||
}
|
||||
|
||||
if (path == "/r/manual/index.html") {
|
||||
path = "/m.html"
|
||||
path = "/m.html";
|
||||
}
|
||||
if (path == "/r/manual/Reticulum Manual.pdf") {
|
||||
path = "/h.html"
|
||||
path = "/h.html";
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue