From 80aab4c411588b96dd9df4ef3be57fe6f708d6fd Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Wed, 21 Jun 2023 14:18:43 -0700 Subject: [PATCH 1/3] limit Mesh v1.x to Network v1.x tags --- library.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index 161fcbb..e0ece76 100644 --- a/library.json +++ b/library.json @@ -18,7 +18,8 @@ { "name": "RF24Network", "authors": "nRF24", - "frameworks": "arduino" + "frameworks": "arduino", + "version": "<2.0.0" } ], "export": From 8591271e0c5d01e2a324ec8d651c83faade99858 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Wed, 21 Jun 2023 14:25:12 -0700 Subject: [PATCH 2/3] limit PIO CI to use v1.x branch of RF24Network --- .github/workflows/build_platformIO.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_platformIO.yml b/.github/workflows/build_platformIO.yml index d1e4d68..4210a19 100644 --- a/.github/workflows/build_platformIO.yml +++ b/.github/workflows/build_platformIO.yml @@ -37,6 +37,7 @@ jobs: with: example-path: ${{ matrix.example }} board-id: ${{ matrix.board }} + rf24network-ref: v1.x strategy: fail-fast: false matrix: From 10afcedc1eefc3fd43b6001a66bfbbf9a5b5682b Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Wed, 21 Jun 2023 14:39:42 -0700 Subject: [PATCH 3/3] bump patch version --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index e0ece76..f5e09ee 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/nRF24/RF24Mesh.git" }, - "version": "1.1.9", + "version": "1.1.10", "dependencies": [ { diff --git a/library.properties b/library.properties index 74d55d0..5762abc 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=RF24Mesh -version=1.1.9 +version=1.1.10 author=TMRh20 maintainer=TMRh20,Avamander sentence=OSI Layer 7, Automated 'mesh' style networking for nrf24L01(+) radios.