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 7a4a8e5 commit fce5235
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion RF24Mesh.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
* <b>Update: Aug 2020 </b>
* <b>Update: Aug 2020 </b><br>
* 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
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
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=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=*
Expand Down

0 comments on commit fce5235

Please sign in to comment.