|
DeterministicESPAsyncWebServer v6.28.0
Zero-allocation, bounded-execution async HTTP server for ESP32
|
Real-time SVG telemetry dashboard (DETWS_ENABLE_DASHBOARD). More...
Go to the source code of this file.
Real-time SVG telemetry dashboard (DETWS_ENABLE_DASHBOARD).
Widgets are declared once in a fixed compile-time DetwsWidget table - no heap, fixed at link. detws_dashboard_begin() serves three things at path:
The widget-table -> JSON serializers (layout + values) are pure and have no server dependency, so they unit-test on the host. Requires DETWS_ENABLE_SSE.
Definition in file dashboard.h.