Skip to content

Commit bb71b13

Browse files
committed
Update for relese
1 parent 19c3357 commit bb71b13

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

RF24.h

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,14 @@ class RF24 {
14131413
*
14141414
* @section News News
14151415
*
1416-
* **Aug 2020**
1416+
* **Aug 2020** <br>
1417+
* v1.3.8
1418+
* - Introduces change that mainly reduces the time required to call startListening(), powerUp(), and powerDown()
1419+
* - Affects speed of switching from TX->RX. Users might consider starting updates of slower devices with this<br>
1420+
* release to prevent missed packets when similar changes are introduced, affecting switching from RX->TX
1421+
* - Clean up begin() function (reduce program size)
1422+
*
1423+
* v1.3.7
14171424
* - Bug fix for startWrite() function affecting RF24 stack (all RF24 libraries)
14181425
* - Unify Arduino & Linux constructor. Accept SPI speed in Hz as optional parameter
14191426
* - Removal of BCM2835 SPI speed constants due to removal from BCM library

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "git",
77
"url": "https://github.com/nRF24/RF24.git"
88
},
9-
"version": "1.3.7",
9+
"version": "1.3.8",
1010
"frameworks": "arduino",
1111
"platforms": [
1212
"atmelavr",

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=RF24
2-
version=1.3.7
2+
version=1.3.8
33
author=TMRh20
44
maintainer=TMRh20,Avamander
5-
sentence=A library for NRF24L01(+) communication.
6-
paragraph=Optimized library for nRF24L01(+) that is simple to use for beginners, but yet offers a lot for advanced users. It also has a lot of good examples how to use the library.
5+
sentence=Radio driver, OSI layer 2 library for nrf24L01(+) modules.
6+
paragraph=Core library for nRF24L01(+) communication. Simple to use for beginners, but offers advanced configuration options. Many examples are included to demonstrate various modes of communication.
77
category=Communication
88
url=https://tmrh20.github.io/RF24/
99
architectures=*

0 commit comments

Comments
 (0)