/** * @file ota_update.h * @brief Contains the HTML, CSS, and JavaScript for the OTA (Over-The-Air) update web page. * @author Wastl Kraus * @date 2025-10-04 * @license MIT */ #pragma once // OTA Update HTML const char *ota_html = R"rawliteral( OTA Update - DShotRMT

OTA Firmware Update

WARNING: Stop motors before starting update!
0%
)rawliteral";