Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
- Update version
- Add dependencies for platformIO
  • Loading branch information
TMRh20 committed May 26, 2023
1 parent 76b3911 commit 9cd85bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*"
}

}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9cd85bb

Please sign in to comment.