Post #4000214
2026-07-21 23:24 UTC
oh the library I'm using can implicitly only transmit codes that are less than 32 bits long.
I'm glad that was well documented.
well, it's not in the docs.
I'm glad that's in the source.
well, it's not explicitly in the source, you just have to read how the binary-to-transmit code works and realize it's stuffing all your bits in one 32bit int.
Replies (1)
-
@foone@digipres.club 2026-07-21 23:25
fortunately it throws an explanatory error when you go over 32bits wait, no, it just silently truncates it