From e011e08566983f03b7f145db7e02ecc9b3deb29e Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Mon, 13 Jul 2020 17:18:59 +0200 Subject: [PATCH] "Do packet loss" => "Does packet loss" --- embedded-workshop-book/src/radio-out.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedded-workshop-book/src/radio-out.md b/embedded-workshop-book/src/radio-out.md index 1951a3c..3c424a0 100644 --- a/embedded-workshop-book/src/radio-out.md +++ b/embedded-workshop-book/src/radio-out.md @@ -103,7 +103,7 @@ Now run the `radio-send` program several times with different variations: - change the length of the packet - different combinations of all of the above -Take note of how LQI changes with these changes. Do packet loss occur in any of these configurations? +Take note of how LQI changes with these changes. Does packet loss occur in any of these configurations? > NOTE if you decide to send many packets in a single program then you should use the `Timer` API to insert a delay of at least five milliseconds between the transmissions. This is required because the Dongle will use the radio medium right after it receives a packet. Not including the delay will result in the Dongle missing packets