Skip to content

Commit a939ca1

Browse files
bugfix release
1 parent e862c12 commit a939ca1

File tree

14 files changed

+30
-20
lines changed

14 files changed

+30
-20
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 March 16th, 2017
13+
Last updated August 14th, 2017
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.6 - 2017-03-18
2+
Firmata.cpp - Firmata library v2.5.7 - 2017-08-19
33
Copyright (c) 2006-2008 Hans-Christoph Steiner. All rights reserved.
44
Copyright (C) 2009-2017 Jeff Hoefs. All rights reserved.
55

Firmata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Firmata.h - Firmata library v2.5.6 - 2017-03-18
2+
Firmata.h - Firmata library v2.5.7 - 2017-08-19
33
Copyright (c) 2006-2008 Hans-Christoph Steiner. All rights reserved.
44
Copyright (C) 2009-2017 Jeff Hoefs. All rights reserved.
55

FirmataConstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace firmata {
2121
*/
2222
static const int FIRMWARE_MAJOR_VERSION = 2;
2323
static const int FIRMWARE_MINOR_VERSION = 5;
24-
static const int FIRMWARE_BUGFIX_VERSION = 6;
24+
static const int FIRMWARE_BUGFIX_VERSION = 7;
2525

2626
/* Version numbers for the protocol. The protocol is still changing, so these
2727
* version numbers are important.

examples/StandardFirmata/StandardFirmata.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
See file LICENSE.txt for further informations on licensing terms.
2222
23-
Last updated October 16th, 2016
23+
Last updated August 17th, 2017
2424
*/
2525

2626
#include <Servo.h>

examples/StandardFirmataBLE/StandardFirmataBLE.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
See file LICENSE.txt for further informations on licensing terms.
2222
23-
Last updated October 16th, 2016
23+
Last updated August 17th, 2017
2424
*/
2525

2626
#include <Servo.h>

examples/StandardFirmataChipKIT/StandardFirmataChipKIT.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
2222
See file LICENSE.txt for further informations on licensing terms.
2323
24-
Last updated October 16th, 2016
24+
Last updated August 17th, 2017
2525
*/
2626

2727
#include <SoftPWMServo.h> // Gives us PWM and Servo on every pin

examples/StandardFirmataEthernet/StandardFirmataEthernet.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
See file LICENSE.txt for further informations on licensing terms.
2222
23-
Last updated August 13th, 2017
23+
Last updated August 17th, 2017
2424
*/
2525

2626
/*

examples/StandardFirmataPlus/StandardFirmataPlus.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
See file LICENSE.txt for further informations on licensing terms.
2222
23-
Last updated October 16th, 2016
23+
Last updated August 17th, 2017
2424
*/
2525

2626
/*

examples/StandardFirmataWiFi/StandardFirmataWiFi.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2323
See file LICENSE.txt for further informations on licensing terms.
2424
25-
Last updated October 16th, 2016
25+
Last updated August 17th, 2017
2626
*/
2727

2828
/*

0 commit comments

Comments
 (0)