Skip to content

Commit 93833d7

Browse files
committed
change MPS api version
1 parent 4caa885 commit 93833d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/msp/msp_protocol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
#define MSP_PROTOCOL_VERSION 0 // Same version over MSPv1 & MSPv2 - message format didn't change and it backward compatible
6060

6161
#define API_VERSION_MAJOR 2 // increment when major changes are made
62-
#define API_VERSION_MINOR 5 // increment when any change is made, reset to zero when major changes are released after changing API_VERSION_MAJOR
62+
#define API_VERSION_MINOR 6 // increment when any change is made, reset to zero when major changes are released after changing API_VERSION_MAJOR
6363

6464
#define API_VERSION_LENGTH 2
6565

0 commit comments

Comments
 (0)