Files
ZephCore/zephcore
liquidraver e778326ad0 joystick UI: handle SENT_HEARD/UNHEARD in buildChannelReplyPrefix
After Phase J, the joystick UI rewrites a sent channel message's
path_len from OUT_PATH_SENT (0xFE) to OUT_PATH_SENT_HEARD (0xFD) or
OUT_PATH_SENT_UNHEARD (0xFC) once the feedback window resolves.
buildChannelReplyPrefix only excluded OUT_PATH_SENT, so a reply to
one of the user's own messages (post-feedback) would treat it as
incoming and build a garbled "@[<random body>]" prefix.

Also cleans up an awkward `class ContentionTracker&` qualifier in
Mesh.h.
2026-05-21 22:31:51 +02:00
..
2026-02-22 13:09:18 +01:00
2026-05-14 22:24:48 +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