#ifndef WEB_CAN_H #define WEB_CAN_H const char HTML_CAN[] = R"rawliteral( CAN Transmit - ESP32 Logger

CAN Transmit

Transmit CAN Frame

Example: 0x100, 0x7DF, 0x18FF1234
1-10000 (1 = single)
Delay between repeats

Quick Send

)rawliteral"; #endif // WEB_CAN_H