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: library.properties
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
name=Firmata
2
-
version=2.5.2
2
+
version=2.5.3
3
3
author=Firmata Developers
4
4
maintainer=https://github.com/firmata/arduino
5
-
sentence=Enables the communication with computer apps using a standard serial protocol. For all Arduino boards.
5
+
sentence=Enables the communication with computer apps using a standard serial protocol. For all Arduino/Genuino boards.
6
6
paragraph=The Firmata library implements the Firmata protocol for communicating with software on the host computer. This allows you to write custom firmware without having to create your own protocol and objects for the programming environment that you are using.
##Updating Firmata in the Arduino IDE - older versions (<= 1.6.3 or 1.0.x)
90
90
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.
91
+
Download the latest [release](https://github.com/firmata/arduino/releases/tag/2.5.3) (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.
92
92
93
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).*
94
94
@@ -99,7 +99,7 @@ The Firmata library is contained within the Arduino package.
99
99
1. Navigate to the Arduino application
100
100
2. Right click on the application icon and select `Show Package Contents`
101
101
3. Navigate to: `/Contents/Resources/Java/libraries/` and replace the existing
102
-
`Firmata` folder with latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.2) (note there is a different download
102
+
`Firmata` folder with latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.3) (note there is a different download
103
103
for Arduino 1.0.x vs 1.6.x)
104
104
4. Restart the Arduino application and the latest version of Firmata will be available.
105
105
@@ -109,7 +109,7 @@ will differ slightly: `Contents/Java/libraries/Firmata` (no Resources directory)
109
109
###Windows:
110
110
111
111
1. Navigate to `c:/Program\ Files/arduino-1.x/libraries/` and replace the existing
112
-
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.2) (note there is a different download
112
+
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.3) (note there is a different download
113
113
for Arduino 1.0.x vs 1.6.x).
114
114
2. Restart the Arduino application and the latest version of Firmata will be available.
115
115
@@ -118,7 +118,7 @@ for Arduino 1.0.x vs 1.6.x).
118
118
###Linux:
119
119
120
120
1. Navigate to `~/arduino-1.x/libraries/` and replace the existing
121
-
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.2) (note there is a different download
121
+
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.3) (note there is a different download
122
122
for Arduino 1.0.x vs 1.6.x).
123
123
2. Restart the Arduino application and the latest version of Firmata will be available.
0 commit comments