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
+6
View File
@@ -44,6 +44,12 @@ STR_CONNECT_WIFI_HINT: "Connect your device to this WiFi network"
STR_OPEN_URL_HINT: "Open this URL in your browser"
STR_OR_HTTP_PREFIX: "or http://"
STR_SCAN_QR_HINT: "or scan QR code with your phone:"
STR_RSSI: "RSSI"
STR_NO_SIGNAL: "No signal"
STR_SIGNAL_QUALITY_POOR: "Poor"
STR_SIGNAL_QUALITY_WEAK: "Weak"
STR_SIGNAL_QUALITY_GOOD: "Good"
STR_SIGNAL_QUALITY_EXCELLENT: "Excellent"
STR_CALIBRE_WIRELESS: "Calibre Wireless"
STR_CALIBRE_WEB_URL: "Calibre Web URL"
STR_NETWORK_LEGEND: "* = Encrypted | + = Saved"