Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Aug 17, 2020
1 parent e5c6d5d commit 86f4955
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions RF24Network.h
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,11 @@ class RF24Network
*
* Please see https://tmrh20.blogspot.com/2019/05/comparative-performance-analysis.html for a comparison against the ZigBee protocols
*
* @section News News
*
* **Aug 2020**
* - Many recent bug fixes, mainly affecting stability and reliability
*
* @section Features Features
*
*
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RF24Network",
"version": "1.0.11",
"version": "1.0.12",
"keywords": "rf, radio, wireless, spi",
"description": "Optimized Network Layer for nRF24L01(+) Radios",
"license": "GPL-2.0-only",
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=RF24Network
version=1.0.11
version=1.0.12
author=TMRh20
maintainer=TMRh20,Avamander
sentence=A library for NRF24L01(+) devices network.
paragraph=Provides a simple and seamless network layer for sensor networks.
sentence=OSI Layer 3 Networking for nrf24L01(+) devices.
paragraph=Provides a simple and seamless network layer for sensor/IoT networks, including routing, addressing and fragmentation/reassembly.
category=Communication
url=https://tmrh20.github.io/RF24Network/
architectures=*
Expand Down

0 comments on commit 86f4955

Please sign in to comment.