DeterministicESPAsyncWebServer v6.28.0
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
dashboard.cpp File Reference

Dashboard widget table + JSON serializers (DETWS_ENABLE_DASHBOARD). More...

Go to the source code of this file.

Detailed Description

Dashboard widget table + JSON serializers (DETWS_ENABLE_DASHBOARD).

The host-testable core: it owns the widget table and value array and turns them into the layout / values JSON the page consumes. No server or web_assets dependency lives here, so it compiles and unit-tests standalone; the route / SSE wiring is in dashboard_routes.cpp.

Definition in file dashboard.cpp.