From 9cd85bb4fed57af41f7754489346c3458990795e Mon Sep 17 00:00:00 2001 From: TMRh20 Date: Fri, 26 May 2023 17:17:44 -0600 Subject: [PATCH] Update version - Update version - Add dependencies for platformIO --- library.json | 12 ++++++++---- library.properties | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/library.json b/library.json index ba8010c..966e94e 100644 --- a/library.json +++ b/library.json @@ -7,14 +7,18 @@ "type": "git", "url": "https://github.com/TMRh20/nrf_to_nrf" }, - "version": "1.1.1", + "version": "1.2.1", "export": { "exclude": [ ".github/*" ] }, "frameworks": "arduino", - "platforms": [ - "nordicnrf52" - ] + "platforms": "nordicnrf52", + "dependencies": + { + "https://github.com/nRF24/RF24Network/tree/nrf52Support.git": "*", + "https://github.com/nRF24/RF24Mesh/tree/NRF25Support.git": "*" + } + } diff --git a/library.properties b/library.properties index f20bd96..201ea18 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=nrf_to_nrf -version=1.1.1 +version=1.2.1 author=TMRh20 maintainer=TMRh20 sentence=NRF52840 to NRF24L01+ ESB communication