mirror of
https://github.com/ratspeak/ratdeck.git
synced 2026-03-30 14:15:39 +00:00
Some checks failed
PlatformIO Build / build (push) Failing after 12m51s
PlatformIO Build / release (push) Has been skipped
Fix opportunistic LXMF wire format to match Python reference (strip dest_hash from payload, carried by RNS packet header). Compute messageId in packFull() matching Python LXMessage.pack(). Prepend dest_hash in onPacketReceived() for correct unpack. Add opportunistic-first delivery with background link establishment. Fix boot crash from RNS::Link default constructor in global scope.