Files
ZephCore/zephcore/helpers
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-05-20 20:40:58 +01:00
2026-05-20 20:40:58 +01:00
2026-02-26 15:40:51 +01:00
2026-02-26 15:40:51 +01:00
2026-04-28 14:43:12 +02:00
2026-04-28 13:49:08 +02:00
2026-03-28 20:53:59 +01:00
2026-05-20 20:40:58 +01:00
2026-03-09 13:45:22 +01:00
2026-03-23 08:56:21 +01:00
2026-03-24 20:36:36 +01:00