mirror of
https://github.com/i12bp8/ESLPwn.git
synced 2026-09-25 12:53:36 +00:00
cloud_client.h hard-coded the worker URL, and wrangler.toml pointed users at a "WiFi Setup -> Server URL" field that has never existed, so anyone self-hosting cloud-plugins/ had to edit a header. cloud_client_set_url() exists but has no callers, and the UART protocol has no frame for it. Add CONFIG_TT_CLOUD_URL (Kconfig.projbuild, menu "TagTinker") defaulting to the current URL, and take TT_CLOUD_DEFAULT_URL from it. Setting it in sdkconfig.defaults or through menuconfig is now enough; rebuild and reflash still apply, and there is no hidden run-time channel. Also says so in wrangler.toml and the README WiFi Plugins bullet. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>