Updated console site

This commit is contained in:
Mark Qvist 2023-01-13 23:13:09 +01:00
parent 47446fe202
commit c8884285dc
11 changed files with 25 additions and 14 deletions

View file

@ -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";
}