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
##Updating Firmata in the Arduino IDE - older versions (<= 1.6.3 or 1.0.x)
96
96
97
-
Download the latest [release](https://github.com/firmata/arduino/releases/tag/2.5.4) (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.
97
+
Download the latest [release](https://github.com/firmata/arduino/releases/tag/2.5.5) (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.
98
98
99
99
*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).*
100
100
@@ -105,7 +105,7 @@ The Firmata library is contained within the Arduino package.
105
105
1. Navigate to the Arduino application
106
106
2. Right click on the application icon and select `Show Package Contents`
107
107
3. Navigate to: `/Contents/Resources/Java/libraries/` and replace the existing
108
-
`Firmata` folder with latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.4) (note there is a different download
108
+
`Firmata` folder with latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.5) (note there is a different download
109
109
for Arduino 1.0.x vs 1.6.x)
110
110
4. Restart the Arduino application and the latest version of Firmata will be available.
111
111
@@ -115,7 +115,7 @@ will differ slightly: `Contents/Java/libraries/Firmata` (no Resources directory)
115
115
###Windows:
116
116
117
117
1. Navigate to `c:/Program\ Files/arduino-1.x/libraries/` and replace the existing
118
-
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.4) (note there is a different download
118
+
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.5) (note there is a different download
119
119
for Arduino 1.0.x vs 1.6.x).
120
120
2. Restart the Arduino application and the latest version of Firmata will be available.
121
121
@@ -124,7 +124,7 @@ for Arduino 1.0.x vs 1.6.x).
124
124
###Linux:
125
125
126
126
1. Navigate to `~/arduino-1.x/libraries/` and replace the existing
127
-
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.4) (note there is a different download
127
+
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.5) (note there is a different download
128
128
for Arduino 1.0.x vs 1.6.x).
129
129
2. Restart the Arduino application and the latest version of Firmata will be available.
0 commit comments