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
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.
##Updating Firmata in the Arduino IDE - older versions (<= 1.6.3 or 1.0.x)
84
90
85
-
Download the latest [release](https://github.com/firmata/arduino/releases/tag/2.5.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.
91
+
Download the latest [release](https://github.com/firmata/arduino/releases/tag/2.5.2) (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.
86
92
87
93
*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).*
88
94
@@ -93,7 +99,7 @@ The Firmata library is contained within the Arduino package.
93
99
1. Navigate to the Arduino application
94
100
2. Right click on the application icon and select `Show Package Contents`
95
101
3. Navigate to: `/Contents/Resources/Java/libraries/` and replace the existing
96
-
`Firmata` folder with latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.1) (note there is a different download
102
+
`Firmata` folder with latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.2) (note there is a different download
97
103
for Arduino 1.0.x vs 1.6.x)
98
104
4. Restart the Arduino application and the latest version of Firmata will be available.
99
105
@@ -103,7 +109,7 @@ will differ slightly: `Contents/Java/libraries/Firmata` (no Resources directory)
103
109
###Windows:
104
110
105
111
1. Navigate to `c:/Program\ Files/arduino-1.x/libraries/` and replace the existing
106
-
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.1) (note there is a different download
112
+
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.2) (note there is a different download
107
113
for Arduino 1.0.x vs 1.6.x).
108
114
2. Restart the Arduino application and the latest version of Firmata will be available.
109
115
@@ -112,7 +118,7 @@ for Arduino 1.0.x vs 1.6.x).
112
118
###Linux:
113
119
114
120
1. Navigate to `~/arduino-1.x/libraries/` and replace the existing
115
-
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.1) (note there is a different download
121
+
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.2) (note there is a different download
116
122
for Arduino 1.0.x vs 1.6.x).
117
123
2. Restart the Arduino application and the latest version of Firmata will be available.
0 commit comments