From 74d6451d5076136ed05abb486bacb850ae75d1a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Fri, 26 Jan 2018 14:46:36 +0100 Subject: [PATCH] words --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bfae00..4eca1b9 100644 --- a/README.md +++ b/README.md @@ -107,8 +107,8 @@ Listener callbacks return values of the `TF_Result` enum: TinyFrame uses two data buffers: a small transmit buffer and a larger receive buffer. The transmit buffer is used to prepare bytes to send, either all at once, or in a -circular fashion if the buffer is not large enough. The buffer must be large enough to -contain the frame header, so e.g. 32 bytes should be sufficient for short messages. +circular fashion if the buffer is not large enough. The buffer must only contain the entire +frame header, so e.g. 32 bytes should be sufficient for short messages. Using the `*_Multipart()` sending functions, it's further possible to split the frame header and payload to multiple function calls, allowing the applciation to e.g. generate