Skip to content

Commit a60fe7d

Browse files
update readme
1 parent dea0bfa commit a60fe7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Most of the time you will be interacting with arduino with a client library on t
5858
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.
5959

6060
##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.
6262

6363
*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).*
6464

@@ -69,7 +69,7 @@ The Firmata library is contained within the Arduino package.
6969
1. Navigate to the Arduino application
7070
2. Right click on the application icon and select `Show Package Contents`
7171
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
7373
for Arduino 1.0.x vs 1.5.x)
7474
4. Restart the Arduino application and the latest version of Firmata will be available.
7575

@@ -79,7 +79,7 @@ will differ slightly: `Contents/Java/libraries/Firmata` (no Resources directory)
7979
###Windows:
8080

8181
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
8383
for Arduino 1.0.x vs 1.5.x).
8484
2. Restart the Arduino application and the latest version of Firmata will be available.
8585

@@ -88,7 +88,7 @@ for Arduino 1.0.x vs 1.5.x).
8888
###Linux:
8989

9090
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
9292
for Arduino 1.0.x vs 1.5.x).
9393
2. Restart the Arduino application and the latest version of Firmata will be available.
9494

0 commit comments

Comments
 (0)