#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