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)
109
109
110
-
Download the latest [release](https://github.com/firmata/arduino/releases/tag/2.5.6) (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.
110
+
Download the latest [release](https://github.com/firmata/arduino/releases/tag/2.5.7) (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.
111
111
112
112
*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).*
113
113
@@ -118,7 +118,7 @@ The Firmata library is contained within the Arduino package.
118
118
1. Navigate to the Arduino application
119
119
2. Right click on the application icon and select `Show Package Contents`
120
120
3. Navigate to: `/Contents/Resources/Java/libraries/` and replace the existing
121
-
`Firmata` folder with latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.6) (note there is a different download
121
+
`Firmata` folder with latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.7) (note there is a different download
122
122
for Arduino 1.0.x vs 1.6.x)
123
123
4. Restart the Arduino application and the latest version of Firmata will be available.
124
124
@@ -128,7 +128,7 @@ will differ slightly: `Contents/Java/libraries/Firmata` (no Resources directory)
128
128
### Windows:
129
129
130
130
1. Navigate to `c:/Program\ Files/arduino-1.x/libraries/` and replace the existing
131
-
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.6) (note there is a different download
131
+
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.7) (note there is a different download
132
132
for Arduino 1.0.x vs 1.6.x).
133
133
2. Restart the Arduino application and the latest version of Firmata will be available.
134
134
@@ -137,7 +137,7 @@ for Arduino 1.0.x vs 1.6.x).
137
137
### Linux:
138
138
139
139
1. Navigate to `~/arduino-1.x/libraries/` and replace the existing
140
-
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.6) (note there is a different download
140
+
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.7) (note there is a different download
141
141
for Arduino 1.0.x vs 1.6.x).
142
142
2. Restart the Arduino application and the latest version of Firmata will be available.
To generate properly formatted versions of Firmata (for Arduino 1.0.x and Arduino 1.6.x), run the
168
168
`release.sh` script.
169
169
170
-
171
-
172
170
## Contributing
173
171
174
172
If you discover a bug or would like to propose a new feature, please open a new [issue](https://github.com/firmata/arduino/issues?sort=created&state=open). Due to the limited memory of standard Arduino boards we cannot add every requested feature to StandardFirmata. Requests to add new features to StandardFirmata will be evaluated by the Firmata developers. However it is still possible to add new features to other Firmata implementations (Firmata is a protocol whereas StandardFirmata is just one of many possible implementations).
0 commit comments