Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
typo: fields of downlink packets are in hexadecimal format.
  • Loading branch information
Praneethsvch authored Oct 27, 2020
1 parent 2d08b47 commit 21e47bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down

0 comments on commit 21e47bf

Please sign in to comment.