From 148b8a0fe673368e8aae988bffad20fae2779d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Wed, 27 Dec 2017 19:22:43 +0100 Subject: [PATCH] added better comment to config example --- TF_Config.example.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TF_Config.example.h b/TF_Config.example.h index eeb964e..f6604b7 100644 --- a/TF_Config.example.h +++ b/TF_Config.example.h @@ -16,10 +16,10 @@ // If the connection is reliable, you can disable the SOF byte and checksums. // That can save up to 9 bytes of overhead. -// ,-----+----+-----+------+------------+- - - -+------------, -// | SOF | ID | LEN | TYPE | HEAD_CKSUM | DATA | PLD_CKSUM | -// | 1 | ? | ? | ? | ? | ... | ? | <- size (bytes) -// '-----+----+-----+------+------------+- - - -+------------' +// ,-----+-----+-----+------+------------+- - - -+-------------, +// | SOF | ID | LEN | TYPE | HEAD_CKSUM | DATA | DATA_CKSUM | +// | 0-1 | 1-4 | 1-4 | 1-4 | 0-4 | ... | 0-4 | <- size (bytes) +// '-----+-----+-----+------+------------+- - - -+-------------' // !!! BOTH PEERS MUST USE THE SAME SETTINGS !!!