From 21e47bfaaca37e2497483c9ed65322e8f42d00c0 Mon Sep 17 00:00:00 2001 From: Praneeth Sai Venkat Challagonda <58634765+Praneethsvch@users.noreply.github.com> Date: Tue, 27 Oct 2020 17:43:08 -0400 Subject: [PATCH] Update README.md typo: fields of downlink packets are in hexadecimal format. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f63e3aa..12908c87 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Multiple sensor parameters can be changed via downlink and below are such exampl | Downlink Packet format| Explanation| |---|---| | `00 78 02 00 00 05` | Change duty cycle to 120 seconds, sensor mode to 2 (Median) and 5 readings per measurement| -| `00 78 03 00 FA 12` | Change duty cycle to 120 seconds, sensor mode to 1(Mode), 250ms sampling rate and 12 readings per measurement| +| `00 78 03 00 FA 12` | Change duty cycle to 120 seconds, sensor mode to 1(Mode), 250ms sampling rate and 18 readings per measurement| **Note:** the above downlink payload formats must be implemented with caution, else there is a danger of sleeping the MCU for unwanted periods of time or indefinitely or even a possible crash!