From 0f7003b13990c7a0632f350a75715f36b75a5f78 Mon Sep 17 00:00:00 2001 From: byun Date: Fri, 5 Jun 2026 08:52:40 +0000 Subject: [PATCH] Delete aa-transmit.h --- aa-transmit.h | 801 -------------------------------------------------- 1 file changed, 801 deletions(-) delete mode 100644 aa-transmit.h diff --git a/aa-transmit.h b/aa-transmit.h deleted file mode 100644 index 4435333..0000000 --- a/aa-transmit.h +++ /dev/null @@ -1,801 +0,0 @@ -#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