diff --git a/docs/main_page.md b/docs/main_page.md index 692ebb91..9f4294a1 100644 --- a/docs/main_page.md +++ b/docs/main_page.md @@ -3,7 +3,8 @@ @tableofcontents This class implements an [OSI Network Layer](http://en.wikipedia.org/wiki/Network_layer) using nRF24L01(+) radios driven -by the newly optimized [RF24 library fork](http://nRF24.github.com/RF24/). +by the newly optimized [RF24 library fork](http://nRF24.github.com/RF24/) or using nRF52x radios with the newly created +[nrf_to_nrf library](https://github.com/TMRh20/nrf_to_nrf). @see [RF24 Library docs](http://nRF24.github.io/RF24/) for general RF24 configuration and setup. diff --git a/library.json b/library.json index 0b06e09b..8fc189ca 100644 --- a/library.json +++ b/library.json @@ -2,7 +2,7 @@ "name": "RF24Network", "version": "2.0.0", "keywords": "rf, radio, wireless, spi", - "description": "OSI Layer 3 Networking for nrf24L01(+) devices.", + "description": "OSI Layer 3 Networking for nrf24L01(+) & nrf52x devices.", "license": "GPL-2.0-only", "repository": { "type": "git", diff --git a/library.properties b/library.properties index 9f2a3998..a96a6391 100644 --- a/library.properties +++ b/library.properties @@ -2,7 +2,7 @@ name=RF24Network version=2.0.0 author=TMRh20 maintainer=TMRh20,Avamander -sentence=OSI Layer 3 Networking for nrf24L01(+) devices. +sentence=OSI Layer 3 Networking for nrf24L01(+) & nrf52x devices. paragraph=Provides a simple and seamless network layer for sensor/IoT networks, including routing, addressing and fragmentation/reassembly. category=Communication url=https://nRF24.github.io/RF24Network/