aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.