1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 21:35:44 +03:00

Bumped MSP api version to 0.1.23 and added length check to MSP_SET_VOLTAGE_METER_TYPE

This commit is contained in:
Bas Delfos 2016-12-07 00:03:30 +01:00
parent e93133860f
commit 97ff8a154e
2 changed files with 4 additions and 2 deletions

View file

@ -59,7 +59,7 @@
#define MSP_PROTOCOL_VERSION 0
#define API_VERSION_MAJOR 1 // increment when major changes are made
#define API_VERSION_MINOR 22 // increment when any change is made, reset to zero when major changes are released after changing API_VERSION_MAJOR
#define API_VERSION_MINOR 23 // increment when any change is made, reset to zero when major changes are released after changing API_VERSION_MAJOR
#define API_VERSION_LENGTH 2