aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-03-29 18:28:00 +1300
committerArslaan Pathan <[email protected]>2026-03-29 18:28:00 +1300
commit0df601ed18c486e6f7edafd7ca73effd6c7a4c71 (patch)
tree2eb408b45e5699a574b3a64d5204116058e0ca7b
parent1e88d595386f555eea1db6f00cd6831f533737f2 (diff)
downloadzwzn-freefit-re-0df601ed18c486e6f7edafd7ca73effd6c7a4c71.tar.xz
zwzn-freefit-re-0df601ed18c486e6f7edafd7ca73effd6c7a4c71.zip
fix: improve docs for sendMessageByZk
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4a1a8f7..5cac854 100644
--- a/README.md
+++ b/README.md
@@ -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.