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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Most of the time you will be interacting with arduino with a client library on t
58
58
Note: The above libraries may support various versions of the Firmata protocol and therefore may not support all features of the latest Firmata spec nor all arduino and arduino-compatible boards. Refer to the respective projects for details.
59
59
60
60
##Updating Firmata in the Arduino IDE
61
-
The version of firmata in the Arduino IDE contains an outdated version of Firmata. To update Firmata, download the latest [release](https://github.com/firmata/arduino/releases/tag/v2.4.0) (for Arduino 1.0.x or Arduino 1.5.6 or higher) and replace the existing Firmata folder in your Arduino application. See the instructions below for your platform.
61
+
The version of firmata in the Arduino IDE contains an outdated version of Firmata. To update Firmata, download the latest [release](https://github.com/firmata/arduino/releases/tag/v2.4.1) (for Arduino 1.0.x or Arduino 1.5.6 or higher) and replace the existing Firmata folder in your Arduino application. See the instructions below for your platform.
62
62
63
63
*Note that Arduino 1.5.0 - 1.5.5 are not supported. Please use Arduino 1.5.6 or higher (or Arduino 1.0.5 or 1.0.6).*
64
64
@@ -69,7 +69,7 @@ The Firmata library is contained within the Arduino package.
69
69
1. Navigate to the Arduino application
70
70
2. Right click on the application icon and select `Show Package Contents`
71
71
3. Navigate to: `/Contents/Resources/Java/libraries/` and replace the existing
72
-
`Firmata` folder with latest [Firmata release](https://github.com/firmata/arduino/releases/tag/v2.4.0) (note there is a different download
72
+
`Firmata` folder with latest [Firmata release](https://github.com/firmata/arduino/releases/tag/v2.4.1) (note there is a different download
73
73
for Arduino 1.0.x vs 1.5.x)
74
74
4. Restart the Arduino application and the latest version of Firmata will be available.
75
75
@@ -79,7 +79,7 @@ will differ slightly: `Contents/Java/libraries/Firmata` (no Resources directory)
79
79
###Windows:
80
80
81
81
1. Navigate to `c:/Program\ Files/arduino-1.x/libraries/` and replace the existing
82
-
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/v2.4.0) (note there is a different download
82
+
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/v2.4.1) (note there is a different download
83
83
for Arduino 1.0.x vs 1.5.x).
84
84
2. Restart the Arduino application and the latest version of Firmata will be available.
85
85
@@ -88,7 +88,7 @@ for Arduino 1.0.x vs 1.5.x).
88
88
###Linux:
89
89
90
90
1. Navigate to `~/arduino-1.x/libraries/` and replace the existing
91
-
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/v2.4.0) (note there is a different download
91
+
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/v2.4.1) (note there is a different download
92
92
for Arduino 1.0.x vs 1.5.x).
93
93
2. Restart the Arduino application and the latest version of Firmata will be available.
0 commit comments