Skip to content

Commit

Permalink
Update for relese
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Aug 17, 2020
1 parent 19c3357 commit bb71b13
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion RF24.h
Original file line number Diff line number Diff line change
Expand Up @@ -1413,7 +1413,14 @@ class RF24 {
*
* @section News News
*
* **Aug 2020**
* **Aug 2020** <br>
* v1.3.8
* - Introduces change that mainly reduces the time required to call startListening(), powerUp(), and powerDown()
* - Affects speed of switching from TX->RX. Users might consider starting updates of slower devices with this<br>
* release to prevent missed packets when similar changes are introduced, affecting switching from RX->TX
* - Clean up begin() function (reduce program size)
*
* v1.3.7
* - Bug fix for startWrite() function affecting RF24 stack (all RF24 libraries)
* - Unify Arduino & Linux constructor. Accept SPI speed in Hz as optional parameter
* - Removal of BCM2835 SPI speed constants due to removal from BCM library
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/nRF24/RF24.git"
},
"version": "1.3.7",
"version": "1.3.8",
"frameworks": "arduino",
"platforms": [
"atmelavr",
Expand Down
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=RF24
version=1.3.7
version=1.3.8
author=TMRh20
maintainer=TMRh20,Avamander
sentence=A library for NRF24L01(+) communication.
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.
sentence=Radio driver, OSI layer 2 library for nrf24L01(+) modules.
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.
category=Communication
url=https://tmrh20.github.io/RF24/
architectures=*

0 comments on commit bb71b13

Please sign in to comment.