#ifndef SERIAL_TERMINAL_H #define SERIAL_TERMINAL_H const char serial_terminal_html[] PROGMEM = R"rawliteral( Serial1 Terminal - CAN Logger

📟 Serial1 Terminal GPIO 17/18

⚙️ Serial Settings

📝 Logging Control

Not Logging
-
📡 Serial Monitor (RX/TX)
>

📤 Send Data

📊 Statistics

0
RX Bytes
0
TX Bytes
0
Frames
0
Modbus Frames
)rawliteral"; #endif