From fce52350416070d3fae40a866119010fad631cc8 Mon Sep 17 00:00:00 2001 From: TMRh20 Date: Sun, 16 Aug 2020 22:27:34 -0600 Subject: [PATCH] Update for release --- RF24Mesh.h | 6 +++++- library.json | 2 +- library.properties | 6 +++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/RF24Mesh.h b/RF24Mesh.h index 33df76a..e114f06 100644 --- a/RF24Mesh.h +++ b/RF24Mesh.h @@ -420,7 +420,11 @@ class RF24Mesh * RF24Mesh takes advantage of functionality and features within the RF24 and RF24Network libraries, so everything from addressing, routing, fragmentation/re-assembly * (very large payloads) are handled automatically with processes designed to support a multi-node radio network. * - * Update: Aug 2020 + * Update: Aug 2020
+ * v1.1.3 + * @li More bug fixes, mostly affecting functionality + * + * v1.1.2 * @li Quite a few bug fixes and cleanup for RF24Mesh and the RF24 libraries recently, updates are recommended * @li Updates mainly addresses stability and reliability issues * @li Improvements to address renewal, connection verification and lookups diff --git a/library.json b/library.json index 6be0d10..3358c67 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/TMRh20/RF24Mesh.git" }, - "version": "1.1.2", + "version": "1.1.3", "dependencies": [ { "name": "RF24", "authors": "TMRh20", "frameworks": "arduino" }, { "name": "RF24Network", "authors": "TMRh20", "frameworks": "arduino" } diff --git a/library.properties b/library.properties index 71d8462..4c3ef61 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=RF24Mesh -version=1.1.2 +version=1.1.3 author=TMRh20 maintainer=TMRh20,Avamander -sentence=A library for NRF24L01(+) devices mesh. -paragraph=Provides a simple and seamless 'mesh' layer for sensor networks, allowing automatic and dynamic configuration that can be customized to suit many scenarios. It is currently designed to interface directly with with the RF24Network Development library, an OSI Network Layer using nRF24L01(+) radios driven by the newly optimized RF24 library fork. +sentence=OSI Layer 7, Automated 'mesh' style networking for nrf24L01(+) radios. +paragraph=Attempting to provide fully automated, wireless, mesh networking for sensor networks/IoT devices. Automated addressing, discovery and operation built on the RF24 communication stack. category=Communication url=https://tmrh20.github.io/RF24Mesh/ architectures=*