MSP to 20 + typo

Set MSP to 20
Fix typo in reevaluateLedConfig
This commit is contained in:
gaelj 2016-06-26 15:16:13 +02:00
parent f8906956ad
commit 59632f472f
3 changed files with 3 additions and 3 deletions

View File

@ -161,7 +161,7 @@ bool parseColor(int index, const char *colorConfig);
bool parseLedStripConfig(int ledIndex, const char *config);
void generateLedConfig(int ledIndex, char *ledConfigBuffer, size_t bufferSize);
void reevalulateLedConfig(void);
void reevaluateLedConfig(void);
void ledStripInit(ledConfig_t *ledConfigsToUse, hsvColor_t *colorsToUse, modeColorIndexes_t *modeColorsToUse, specialColorIndexes_t *specialColorsToUse);
void ledStripEnable(void);

View File

@ -1804,7 +1804,7 @@ static bool processInCommand(void)
}
ledConfig_t *ledConfig = &masterConfig.ledConfigs[i];
*ledConfig = read32();
reevalulateLedConfig();
reevaluateLedConfig();
}
break;

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 17 // increment when any change is made, reset to zero when major changes are released after changing API_VERSION_MAJOR
#define API_VERSION_MINOR 20 // increment when any change is made, reset to zero when major changes are released after changing API_VERSION_MAJOR
#define API_VERSION_LENGTH 2