#pragma once #include static const char OTA_HTML[] PROGMEM = R"HTML( Modulos DSP - Device Management

Device Management

Device: {{IP}}

DSP Status Polling…
Core Register
Running
GPIO
ADC 0–3

Updated • auto-refreshes every 2 s

Export from Arduino IDE: Sketch → Export Compiled Binary
Uploading…

Do not power off the device.


DSP Control
Restarts DSP program execution. RAM is preserved — does not reload from EEPROM.

GPIO Control
Writes to GPIO All Register (0x0808). Only output-configured pins respond (set via MpCfg).

WiFi Settings
Clears stored credentials and reboots into setup mode. Connect to ModulosDSP-Setup then open 192.168.4.1 to reconfigure.

Back to EEPROM Uploader
)HTML";