menu "OTA"

    config OTA_BASE_URL
        string "OTA server base URL"
        default "http://ota.hackalacky.io"
        help
            Base URL of the OTA server (no trailing slash).
            Supports http:// and https://.
            Firmware is fetched from <base>/cackalackybadgy2026.bin
            and the version from <base>/version.txt.

endmenu
