/** * @file web_content.h * @brief DShot signal generation using ESP32 RMT with bidirectional support * @author Wastl Kraus * @date 2025-09-13 * @license MIT */ #pragma once // Web Site Content const char *index_html = R"rawliteral( DShotRMT Web Client

DShotRMT Web Client

ARMING SWITCH
DISARMED
⚠️ Disabled when disarmed!
0
0%
RPM: --
)rawliteral";