Files
ZephCore/zephcore
liquidraver fcf4e8d1cb joystick UI: drop dead members + refresh stale doc comments
JoystickUITask had two write-only fields after the recent refactors:
_msgcount (only reader getMsgCount() had no callers anywhere) and
_started_at (initialized, written in begin(), never read). Remove
both fields, their writes, and getMsgCount().

msgRead()'s auto-leave-Unread side-effect is preserved — it uses the
function parameter directly, not the field.

Also: update the loop() doc to drop the "calls poll()" reference and
the battery-cache comment to drop the "from housekeeping" wording —
both concepts gone since Phase C.
2026-05-21 13:25:02 +02:00
..
2026-05-20 20:40:58 +01:00
2026-02-22 13:09:18 +01:00
2026-05-14 22:24:48 +02:00
2026-05-20 22:53:02 +02:00
2026-03-19 10:44:33 +01:00
2026-05-20 22:53:02 +02:00
2026-05-20 22:53:02 +02:00
2026-02-20 12:43:13 +01:00
2026-02-22 13:09:18 +01:00