diff options
| author | Your Name <you@example.com> | 2026-05-20 06:50:27 +0530 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-05-20 06:50:27 +0530 |
| commit | 09c9a6425587e8f71a8089815aaae11e51bdfef9 (patch) | |
| tree | e362a61124b27bd8a1593672cd3c2e1f898754be /components/nucula_lib/nucula_wallet.cpp | |
| parent | c44fa437bc7b25c072c1186912f6af7646b5354b (diff) | |
fix: start captive portal on AP_START, use esp_timer for service init
Root cause: xTaskCreate from within IP event handler never scheduled the
services_start_task on ESP32-S3. Replaced with esp_timer one-shot callback.
Also moved captive_portal_start() into start_ap_services() so the portal
starts immediately when the AP comes up, not waiting for STA GOT IP.
Added /debug endpoint for runtime diagnostics.
Added captive_portal diagnostic getters.
Diffstat (limited to 'components/nucula_lib/nucula_wallet.cpp')
0 files changed, 0 insertions, 0 deletions