/** * @file web_content.h * @brief DShotRMT_Control Website content with Arming Switch * @author Wastl Kraus * @date 2025-09-09 * @license MIT */ // Web Site Content const char index_html[] PROGMEM = R"rawliteral( DShotRMT_Web

DShotRMT Control Demo

ARMING SWITCH
DISARMED
⚠️ Motor control disabled when disarmed
0
RPM: --
)rawliteral";