From 86f49559dd6b4cb07e66e551b71f651752694228 Mon Sep 17 00:00:00 2001 From: TMRh20 Date: Sun, 16 Aug 2020 22:26:59 -0600 Subject: [PATCH] Update for release --- RF24Network.h | 5 +++++ library.json | 2 +- library.properties | 6 +++--- 3 files changed, 9 insertions(+), 4 deletions(-) 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=*