#ifndef WEB_TEST_H #define WEB_TEST_H const char HTML_TEST[] = R"rawliteral( Hardware Test - ESP32 CAN FD Logger

Hardware Test

CAN FD Loopback Test

Tests internal CAN controller by sending frames in loopback mode.

CAN FD Stress Test

Tests maximum throughput with continuous frame transmission.

Sequence Test

Tests frame ordering and loss detection with sequence numbers.

Test Results

Status: Idle
Frames Sent: 0
Frames Received: 0
Frames Lost: 0
Frame Rate: 0 fps
Loss Rate: 0%
Duration: 0 ms
Result: -
)rawliteral"; #endif // WEB_TEST_H