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 8222f41 commit a007a86Copy full SHA for a007a86
library.json
@@ -7,9 +7,8 @@
7
"type": "git",
8
"url": "https://github.com/nRF24/RF24Mesh.git"
9
},
10
- "version": "1.1.10",
11
- "dependencies":
12
- [
+ "version": "1.1.11",
+ "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",
@@ -44,4 +42,4 @@
44
42
"espressif8266",
45
43
"ststm32"
46
]
47
-}
+}
library.properties
@@ -1,5 +1,5 @@
1
name=RF24Mesh
2
-version=1.1.10
+version=1.1.11
3
author=TMRh20
4
maintainer=TMRh20,Avamander
5
sentence=OSI Layer 7, Automated 'mesh' style networking for nrf24L01(+) radios.
0 commit comments