|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
#include "network_drivers/application/web_assets.h"Go to the source code of this file.
Variables | |
| const char | DETWS_DASHBOARD_PAGE [] |
| Real-time SVG telemetry dashboard page (DETWS_ENABLE_DASHBOARD). | |
| const char | DETWS_PROV_FORM [] |
| Captive-portal form for WiFi credential entry (provisioning service). | |
| const char | DETWS_PROV_SAVED_HTML [] = "<html><body> Saved. Rebooting... </body></html>" |
| Success page shown after credentials are saved and the device reboots. | |
| const char | DETWS_TERMINAL_PAGE [] |
| Self-contained WebSocket terminal page (green-phosphor CRT theme; auto ws/wss). | |
| const char | DETWS_STATS_JSON [] |
| Runtime stats JSON (rendered via send_template); add/rename fields to taste. | |
| const char | DETWS_METRICS_PROM [] |
| All available Prometheus metrics; comment a value line out with a leading # to drop it. | |
| const char DETWS_DASHBOARD_PAGE[] |
Real-time SVG telemetry dashboard page (DETWS_ENABLE_DASHBOARD).
Definition at line 10 of file web_assets.cpp.
| const char DETWS_PROV_FORM[] |
Captive-portal form for WiFi credential entry (provisioning service).
Definition at line 82 of file web_assets.cpp.
| const char DETWS_PROV_SAVED_HTML[] = "<html><body> Saved. Rebooting... </body></html>" |
Success page shown after credentials are saved and the device reboots.
Definition at line 88 of file web_assets.cpp.
| const char DETWS_TERMINAL_PAGE[] |
Self-contained WebSocket terminal page (green-phosphor CRT theme; auto ws/wss).
Definition at line 90 of file web_assets.cpp.
| const char DETWS_STATS_JSON[] |
Runtime stats JSON (rendered via send_template); add/rename fields to taste.
Definition at line 118 of file web_assets.cpp.
| const char DETWS_METRICS_PROM[] |
All available Prometheus metrics; comment a value line out with a leading # to drop it.
Definition at line 123 of file web_assets.cpp.