Skip to content

Commit

Permalink
New library release and additional architectures (#410)
Browse files Browse the repository at this point in the history
* Update library.properties
* Update library.json
  • Loading branch information
Avamander committed Jan 28, 2018
1 parent 4accec5 commit dca08c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@
"type": "git",
"url": "https://github.com/nRF24/RF24.git"
},
"version": "1.3.0",
"version": "1.3.1",
"frameworks": "arduino",
"platforms": [
"atmelavr",
"atmelsam",
"teensy"
"teensy",
"espressif32",
"espressif8266",
"linux_arm"
]
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=RF24
version=1.3.0
version=1.3.1
author=TMRh20
maintainer=TMRh20
sentence=A library for NRF24L01(+) communication.
Expand Down

0 comments on commit dca08c0

Please sign in to comment.