Skip to content

Commit 0f11d04

Browse files
committed
fix version error
1 parent 1ff9b5f commit 0f11d04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/UArmProtocol/UArmProtocol.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
#define UARM_FIRMWARE_MAJOR_VERSION 1
2222
#define UARM_FIRMWARE_MINOR_VERSION 7
23-
#define UARM_FIRMWARE_BUGFIX 2
23+
#define UARM_FIRMWARE_BUGFIX 3
2424

2525
#define START_SYSEX 0xF0 // start a MIDI Sysex message
2626
#define END_SYSEX 0xF7 // end a MIDI Sysex message

0 commit comments

Comments
 (0)