We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97a9bf commit 79078c4Copy full SHA for 79078c4
library.json
@@ -7,9 +7,8 @@
7
"type": "git",
8
"url": "https://github.com/nRF24/RF24Mesh.git"
9
},
10
- "version": "2.0.0",
11
- "dependencies":
12
- [
+ "version": "2.0.1",
+ "dependencies": [
13
{
14
"name": "RF24",
15
"authors": "nRF24",
@@ -22,8 +21,7 @@
22
21
"version": ">=2.0.0"
23
}
24
],
25
- "export":
26
- {
+ "export": {
27
"exclude": [
28
".github/*",
29
"keywords.txt",
@@ -45,4 +43,4 @@
45
43
"ststm32",
46
44
"nordicnrf52"
47
]
48
-}
+}
library.properties
@@ -1,5 +1,5 @@
1
name=RF24Mesh
2
-version=2.0.0
+version=2.0.1
3
author=TMRh20
4
maintainer=TMRh20,Avamander
5
sentence=OSI Layer 7, Automated 'mesh' style networking for nrf24L01(+) & nrf52x radios.
0 commit comments