From fc4dec0ce1a99e058f620ea90cc7337662f94761 Mon Sep 17 00:00:00 2001 From: James Shao Date: Mon, 21 Dec 2020 21:45:44 +0800 Subject: [PATCH] Updated decoder for NRF24L01 (markdown) --- decoder-for-NRF24L01.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decoder-for-NRF24L01.md b/decoder-for-NRF24L01.md index 0c1ccc3..d913d89 100644 --- a/decoder-for-NRF24L01.md +++ b/decoder-for-NRF24L01.md @@ -1,2 +1,2 @@ NRF24L01 is produced by nordic semiconductor. It is popular to be used in radio control of mini-drone. -Right now, you can use portapack to decode the data sent from NRF24L01. But it only support 1 of 3 data rates. \ No newline at end of file +Right now, you can use portapack to decode the data sent from NRF24L01. Right now, only 250KPS mode is supported. \ No newline at end of file