diff --git a/library.json b/library.json index 5e172e2..2534913 100644 --- a/library.json +++ b/library.json @@ -1,13 +1,13 @@ { "name": "nrf_to_nrf", "keywords": "nrf52840, nrf24l01, wireless, radio", - "description": "NRF52x to NRF24L01 comm using RF24 API. Compatible with RF24 comm stack", + "description": "OSI Layer 2 - NRF52x to NRF24L01 comm using RF24 API. Compatible with RF24 comm stack", "license": "GPL-3.0-only", "repository": { "type": "git", "url": "https://github.com/TMRh20/nrf_to_nrf" }, - "version": "1.2.10", + "version": "1.2.11", "export": { "exclude": [ ".github/*" diff --git a/library.properties b/library.properties index 9c8bca6..7404b10 100644 --- a/library.properties +++ b/library.properties @@ -1,8 +1,8 @@ name=nrf_to_nrf -version=1.2.10 +version=1.2.11 author=TMRh20 maintainer=TMRh20 -sentence=NRF52x to NRF24L01+ ESB communication +sentence=OSI Layer 2 - NRF52x to NRF24L01+ ESB communication paragraph=Communicate to & from both NRF52x and NRF24L01+ using the API of the RF24 library category=Communication url=https://github.com/TMRh20/nrf_to_nrf