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

@@ -19,7 +19,8 @@
#include <time.h>
#define POWER_INACTIVITY_TIMEOUT_MS 180000
/* Fallback only — runtime value comes from PARAM_INACTIVITY_TIMEOUT_S in storage. */
#define POWER_INACTIVITY_TIMEOUT_MS 300000
/* -------------------------------------------------------------------------- */
/* Public API */