diff options
| author | Arslaan Pathan <[email protected]> | 2026-03-29 18:28:00 +1300 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-03-29 18:28:00 +1300 |
| commit | 0df601ed18c486e6f7edafd7ca73effd6c7a4c71 (patch) | |
| tree | 2eb408b45e5699a574b3a64d5204116058e0ca7b | |
| parent | 1e88d595386f555eea1db6f00cd6831f533737f2 (diff) | |
| download | zwzn-freefit-re-0df601ed18c486e6f7edafd7ca73effd6c7a4c71.tar.xz zwzn-freefit-re-0df601ed18c486e6f7edafd7ca73effd6c7a4c71.zip | |
fix: improve docs for sendMessageByZk
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -131,7 +131,8 @@ byte[3-19] = up to 17 bytes of UTF-8 message text byte[20] = 0xFF end marker (last chunk only, appended after text) ``` -Message format: `"Title: Content"`, title truncated to 23 bytes, content to 240 bytes. +Message format from FereFit app: `"Title: Content"`, title truncated to 23 bytes, content to 240 bytes. +In practice, you can just send random arbitrary text. The app doesn't really care. Send chunks sequentially with ~100ms delay between each. |
