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