From 0862230e908acf4dfb0854831ed9a8640ad77c76 Mon Sep 17 00:00:00 2001 From: byun Date: Wed, 3 Dec 2025 08:49:17 +0000 Subject: [PATCH] Add aa-transmit.h --- aa-transmit.h | 801 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 801 insertions(+) create mode 100644 aa-transmit.h diff --git a/aa-transmit.h b/aa-transmit.h new file mode 100644 index 0000000..4435333 --- /dev/null +++ b/aa-transmit.h @@ -0,0 +1,801 @@ +#ifndef TRANSMIT_H +#define TRANSMIT_H + +const char transmit_html PROGMEM = R"rawliteral( + + + + + + CAN Transmit & Sequence Editor + + + +
πŸ”΄ Disconnected
+ +
+
+

πŸš€ CAN Transmit & Sequence Editor

+

Create and Execute Complex CAN Message Sequences

+
+ + + +
+ +
+

πŸ“ Create New Sequence

+ +
+ ℹ️ Info: A sequence is a series of CAN messages sent with specific timing. + You can repeat sequences once, a fixed number of times, or infinitely. +
+ +
+
+ + +
+
+ + +
+
+ + +
+
+ +

βž• Add Step to Sequence

+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+ + +
+ +
+ + + +
+ +

πŸ“‹ Steps in Current Sequence (0)

+
+

No steps added yet. Add your first step above!

+
+
+ + +
+

πŸ“š Saved Sequences

+
+ + +
+
+

Loading sequences...

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