Logo Pico-Framework A web-first embedded framework for C++
Loading...
Searching...
No Matches
DashboardView.cpp
Go to the documentation of this file.
1#include "DashboardView.h"
2
3//const char* DashboardView::dashboard_html = dashboard_html;
4
6 : StaticView(dashboard_html) {} // uses TemplateSource::Inline by default
StaticView sends a fixed HTML string with no template substitution.
Definition StaticView.h:13
const char * dashboard_html
Definition dashboard.h:1