diff options
| -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. |
