#ifndef GRAPH_VIEWER_H
#define GRAPH_VIEWER_H
const char graph_viewer_html[] PROGMEM = R"rawliteral(
CAN Signal Graph Viewer
X-Axis Scale:
X-Axis Range:
Sort by:
Connecting...
Data Points: 0
Recording Time: 0s
Messages Received: 0
)rawliteral";
#endif