Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0344604

Browse files
author
RFduino
committed
updated README doc
1 parent bfae6a5 commit 0344604

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ The best way to communiate with us is on the [RFduino Forum](http://forum.RFduin
1414

1515
* Install the [FTDI drivers](http://www.ftdichip.com/Drivers/VCP.htm).
1616

17-
* Download [Arduino 1.6.4](http://arduino.cc/en/Main/Software) or newer.
17+
* Download [Arduino 1.6.6](http://arduino.cc/en/Main/Software) or newer.
1818
* _Mac OS X_: Requires Java 6 to be installed. Available [here](https://support.apple.com/kb/DL1572?locale=en_US).
1919

2020
* Open Arduino
21-
* Edit Preferences, and add ```http://rfduino.com/package_rfduino_index.json``` to Additional Board Manager URLs and save.
21+
* Edit Preferences, and add ```http://rfduino.com/package_rfduino166_index.json``` to Additional Board Manager URLs and save.
2222
![preferences](preferences.png)
2323
* Open the Boards Manager under ```Tools->Board``` menu.
2424
* Select the RFduino package at the end of the list, and click Install to install it.
@@ -36,8 +36,8 @@ Select the board and port, and you're ready to go!
3636
```
3737
// FTDI drivers are not needed (they are built into the kernel)
3838
39-
wget http://downloads.arduino.cc/arduino-1.6.3-linux64.tar.xz
40-
tar -xf arduino-1.6.3-linux64.tar.xz
39+
wget http://downloads.arduino.cc/arduino-1.6.6-linux64.tar.xz
40+
tar -xf arduino-1.6.6-linux64.tar.xz
4141
4242
Ubuntu: sudo apt-get install default-jre
4343
Fedora: sudo yum install jre

preferences.png

-2.8 KB
Loading

0 commit comments

Comments
 (0)