Redesign web server to avoid lengthy system stats retrieval

This commit is contained in:
jpirnay
2026-04-11 08:28:06 +02:00
parent c0399185ce
commit d37621574c
14 changed files with 349 additions and 10 deletions
+3
View File
@@ -89,9 +89,12 @@ class CrossPointWebServer {
// Request handlers
void handleRoot() const;
void handleWelcomePage() const;
void handleSystemInfoPage() const;
void handleJszip() const;
void handleNotFound() const;
void handleStatus() const;
void handleStatusFast() const;
void handleFileList() const;
void handleFileListData() const;
void handleDownload() const;