Skip to content

Commit 39c8e70

Browse files
bump bugfix version
1 parent 5d9b298 commit 39c8e70

File tree

8 files changed

+21
-11
lines changed

8 files changed

+21
-11
lines changed

Boards.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
See file LICENSE.txt for further informations on licensing terms.
1212
13-
Last updated April 10th, 2016
13+
Last updated October 16th, 2016
1414
*/
1515

1616
#ifndef Firmata_Boards_h

Firmata.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Firmata.cpp - Firmata library v2.5.3 - 2016-06-18
2+
Firmata.cpp - Firmata library v2.5.4 - 2016-10-23
33
Copyright (c) 2006-2008 Hans-Christoph Steiner. All rights reserved.
44
Copyright (C) 2009-2016 Jeff Hoefs. All rights reserved.
55

Firmata.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Firmata.h - Firmata library v2.5.3 - 2016-06-18
2+
Firmata.h - Firmata library v2.5.4 - 2016-10-23
33
Copyright (c) 2006-2008 Hans-Christoph Steiner. All rights reserved.
44
Copyright (C) 2009-2016 Jeff Hoefs. All rights reserved.
55
@@ -30,7 +30,7 @@
3030
*/
3131
#define FIRMATA_FIRMWARE_MAJOR_VERSION 2
3232
#define FIRMATA_FIRMWARE_MINOR_VERSION 5
33-
#define FIRMATA_FIRMWARE_BUGFIX_VERSION 3
33+
#define FIRMATA_FIRMWARE_BUGFIX_VERSION 4
3434

3535
/* DEPRECATED as of Firmata v2.5.1. As of 2.5.1 there are separate version numbers for
3636
* the protocol version and the firmware version.
File renamed without changes.

extras/revisions.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
FIRMATA 2.5.4 - Oct 23, 2016
2+
3+
[core library]
4+
* Added Teensy 3.5 and 3.6 to Boards.h
5+
* Assign blinkVersionDisabled in constructor to fix compiler issue in Arduino 1.0.6
6+
7+
[StandardFirmata & variants]
8+
* Only disable PWM when setting pinMode to OUTPUT if pinMode was previously PWM
9+
* Forward declare some functions to fix compiler issues with older IDE versions
10+
111
FIRMATA 2.5.3 - Jun 18, 2016
212

313
[core library]

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Firmata
2-
version=2.5.3
2+
version=2.5.4
33
author=Firmata Developers
44
maintainer=https://github.com/firmata/arduino
55
sentence=Enables the communication with computer apps using a standard serial protocol. For all Arduino/Genuino boards.

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ $ git clone git@github.com:firmata/arduino.git ~/Documents/Arduino/libraries/Fir
9494

9595
##Updating Firmata in the Arduino IDE - older versions (<= 1.6.3 or 1.0.x)
9696

97-
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.
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.
9898

9999
*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).*
100100

@@ -105,7 +105,7 @@ The Firmata library is contained within the Arduino package.
105105
1. Navigate to the Arduino application
106106
2. Right click on the application icon and select `Show Package Contents`
107107
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.3) (note there is a different download
108+
`Firmata` folder with latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.4) (note there is a different download
109109
for Arduino 1.0.x vs 1.6.x)
110110
4. Restart the Arduino application and the latest version of Firmata will be available.
111111

@@ -115,7 +115,7 @@ will differ slightly: `Contents/Java/libraries/Firmata` (no Resources directory)
115115
###Windows:
116116

117117
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.3) (note there is a different download
118+
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.4) (note there is a different download
119119
for Arduino 1.0.x vs 1.6.x).
120120
2. Restart the Arduino application and the latest version of Firmata will be available.
121121

@@ -124,7 +124,7 @@ for Arduino 1.0.x vs 1.6.x).
124124
###Linux:
125125

126126
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.3) (note there is a different download
127+
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.4) (note there is a different download
128128
for Arduino 1.0.x vs 1.6.x).
129129
2. Restart the Arduino application and the latest version of Firmata will be available.
130130

release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cd temp
1616
find . -name "*.DS_Store" -type f -delete
1717
zip -r Firmata.zip ./Firmata/
1818
cd ..
19-
mv ./temp/Firmata.zip Firmata-2.5.3.zip
19+
mv ./temp/Firmata.zip Firmata-2.5.4.zip
2020

2121
#package for Arduino 1.6.x
2222
cp library.properties temp/Firmata
@@ -31,5 +31,5 @@ cd ..
3131
find . -name "*.DS_Store" -type f -delete
3232
zip -r Firmata.zip ./Firmata/
3333
cd ..
34-
mv ./temp/Firmata.zip Arduino-1.6.x-Firmata-2.5.3.zip
34+
mv ./temp/Firmata.zip Arduino-1.6.x-Firmata-2.5.4.zip
3535
rm -r ./temp

0 commit comments

Comments
 (0)