We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de5e60 commit 1bb88b1Copy full SHA for 1bb88b1
Firmata.h
@@ -21,7 +21,7 @@
21
* installed firmware. */
22
#define FIRMATA_MAJOR_VERSION 2 // for non-compatible changes
23
#define FIRMATA_MINOR_VERSION 3 // for backwards compatible changes
24
-#define FIRMATA_BUGFIX_VERSION 5 // for bugfix releases
+#define FIRMATA_BUGFIX_VERSION 6 // for bugfix releases
25
26
#define MAX_DATA_BYTES 32 // max number of data bytes in non-Sysex messages
27
0 commit comments