You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -14,18 +14,19 @@
14
14
*_Mac OS X_: Requires Java 6 to be installed. Available [here](https://support.apple.com/kb/DL1572?locale=en_US).
15
15
16
16
* Open Arduino
17
-
* Arduino may not start properly if another version has been previously installed and the Preferences are incompatible. You can reset the Preferences by deleting the following directory:
18
-
*_Windows_: %appdata%/Arduino15 (open File Explorer, enter %appdata% into the Address Bar and press Enter)
19
-
*_Mac OS X_: ~/Library/Arduino15 (open Finder, and ```Go->Go to Folder```)
20
-
*_Linux_: ~/.arduino15
21
-
* Edit Preferences, and add http://rfduino.com/package_rfduino_index.json to Additional Board Manager URLs and save.
17
+
* Edit Preferences, and add ```http://rfduino.com/package_rfduino_index.json``` to Additional Board Manager URLs and save.
22
18

23
19
* Open the Boards Manager under ```Tools->Board``` menu.
24
20
* Select the RFduino package at the end of the list, and click Install to install it.
25
21
* Your new board will now show up in the ```Tools->Board``` menu.
26
22
27
23
Select the board and port, and you're ready to go!
28
24
25
+
<strong>Note</strong>: Arduino may not start properly if another version has been previously installed and the Preferences are incompatible. You can reset the Preferences by deleting the following directory:
26
+
*_Windows_: %appdata%/Arduino15 (open File Explorer, enter %appdata% into the Address Bar and press Enter)
27
+
*_Mac OS X_: ~/Library/Arduino15 (open Finder, and ```Go->Go to Folder```)
0 commit comments