/** * @file web_content.h * @brief Contains the HTML, CSS, and JavaScript for the main DShot control web page. * @author Wastl Kraus * @date 2025-10-04 * @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";