wifi fixes and vetted changes

- wifi consistently comes up and brings web interface up
- switch to websockets for remote control etc
- jack extension is limited in its capacity
- schedule is now a table, not a range
This commit is contained in:
Thaddeus Hughes
2026-06-24 17:51:05 -05:00
parent 46f9bada4f
commit 1846fa7b36
20 changed files with 2206 additions and 2325 deletions

View File

@@ -14,3 +14,10 @@ CONFIG_RTC_CLK_SRC_INT_RC=y
# WDT timeout triggers a panic (→ reboot + core dump) instead of just logging.
# Required for OTA rollback: a hung task causes a reboot, incrementing the reset counter.
CONFIG_ESP_TASK_WDT_PANIC=y
# --- Web server ---
# Enable WebSocket support in esp_http_server. The web UI opens a /ws socket for
# low-latency remote-control commands (with stop-on-disconnect safety) and a 1 Hz
# server-pushed status feed, replacing the old 2 s HTTP polling.
CONFIG_HTTPD_WS_SUPPORT=y