BL-Ctrl 3.0 fix

This commit is contained in:
marco 2014-02-17 21:29:14 +01:00
parent 71d4c7fed8
commit a8b3381ca9
1 changed files with 1 additions and 1 deletions

View File

@ -705,7 +705,7 @@ MK::mk_check_for_blctrl(unsigned int count, bool showOutput, bool initI2C)
Motor[i].State |= MOTOR_STATE_PRESENT_MASK; // set present bit;
foundMotorCount++;
if (Motor[i].MaxPWM == 250) {
if ((Motor[i].MaxPWM & 252) == 248) {
Motor[i].Version = BLCTRL_NEW;
} else {