From 0df601ed18c486e6f7edafd7ca73effd6c7a4c71 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sun, 29 Mar 2026 18:28:00 +1300 Subject: fix: improve docs for sendMessageByZk --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3