#ifndef GRAPH_VIEWER_H #define GRAPH_VIEWER_H const char graph_viewer_html[] PROGMEM = R"rawliteral( CAN Signal Graph Viewer

Real-time CAN Signal Graphs (Scatter Mode)

Viewing 0 signals

X-Axis Scale:
X-Axis Range:
Sort by:
Connecting...
Data Points: 0 Recording Time: 0s Messages Received: 0
)rawliteral"; #endif