Changelog
Latest Changes
- Branch:
- develop
- Commit:
samples: posix: README: Clarify payload data handling by Yasushi SHOJI at 2026-04-20 06:17:48
The sample payload is raw data, not a null-terminated string. Update the README files to describe the transmitted data as a 3-byte payload and note that the receiver should interpret it using `packet->length`. Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>