diff --git a/aa-graph.h b/aa-graph.h new file mode 100644 index 0000000..c375c0e --- /dev/null +++ b/aa-graph.h @@ -0,0 +1,924 @@ +#ifndef GRAPH_H +#define GRAPH_H + +const char graph_html[] PROGMEM = R"rawliteral( + + + + + + CAN Signal Graph Setup - Byun Logger + + + +
+
+

šŸ“Š CAN Signal Graph Setup

+

Configure real-time signal visualization (Max 20 signals)

+
+ + + +
+ + +

šŸ“ Upload DBC File

+
+
+ +
šŸ“„
+

Click or Drag & Drop DBC File

+

No file loaded

+
+
+ + +
+
+ + + + +)rawliteral"; + +#endif