mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
fix typo in intel readme
This commit is contained in:
parent
805b53535a
commit
31cee79545
@ -22,7 +22,7 @@ hardware / downloads for your particular board.
|
||||
Ensure the latest version of mraa libraries are installed: (version 1.5 as of Sept 2015)
|
||||
|
||||
echo "src mraa-upm http://iotdk.intel.com/repos/1.5/intelgalactic" > /etc/opkg/mraa-upm.conf
|
||||
okpg update
|
||||
opkg update
|
||||
opkg upgrade
|
||||
|
||||
**NOTE** : This node assumes that the mraa npm is already installed globally - as
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-intel-gpio",
|
||||
"version" : "0.0.5",
|
||||
"version" : "0.0.6",
|
||||
"description" : "A Node-RED node to talk to an Intel Galileo or Edison using mraa",
|
||||
"dependencies" : {
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user