1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-18 07:52:14 +01:00

Updating Firmata version number to 2.2 (issue #320).

This commit is contained in:
David A. Mellis 2010-08-10 01:51:38 +00:00
parent f62126f370
commit b7be90d5ec

View File

@ -22,7 +22,7 @@
* software can test whether it will be compatible with the currently
* installed firmware. */
#define FIRMATA_MAJOR_VERSION 2 // for non-compatible changes
#define FIRMATA_MINOR_VERSION 1 // for backwards compatible changes
#define FIRMATA_MINOR_VERSION 2 // for backwards compatible changes
#define MAX_DATA_BYTES 32 // max number of data bytes in non-Sysex messages