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

@@ -77,8 +77,8 @@
* Usage codes sent by generic BLE media remotes (HID Consumer Control page).
* Only the four we care about are mapped; everything else is ignored.
*/
#define USAGE_VOL_UP 0x00E9u /* -> jack up */
#define USAGE_VOL_DOWN 0x00EAu /* -> jack down */
#define USAGE_VOL_UP 0x00E9u /* -> jack extend */
#define USAGE_VOL_DOWN 0x00EAu /* -> jack retract */
#define USAGE_PREV 0x00B6u /* -> reverse */
#define USAGE_NEXT 0x00B5u /* -> forward */
#define USAGE_NONE 0x0000u