diff --git a/RF24Network.h b/RF24Network.h index 0238e29b..de1c5123 100644 --- a/RF24Network.h +++ b/RF24Network.h @@ -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 * * diff --git a/library.json b/library.json index d6796847..b6765d48 100644 --- a/library.json +++ b/library.json @@ -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", diff --git a/library.properties b/library.properties index 7f32d893..58420b3a 100644 --- a/library.properties +++ b/library.properties @@ -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=*