pub const REPLY_MAX: usize = _; // 8_192usizeExpand description
How large a reply this reassembles before giving up.
A continued read costs one exchange per fragment, so a reply of this size is already a slow operation over LoRa; the ceiling is what keeps a device that never stops issuing cursors from consuming the host.