Don't blink the test LED anymore for the set PWM command.
This commit is contained in:
@@ -41,7 +41,6 @@ void BridgeProtocolHandler()
|
||||
BridgeTxSize = 0;
|
||||
uint8_t brightnessPercent = BridgeRxBuffer[1];
|
||||
LedPwm_SetBrightness(brightnessPercent);
|
||||
TEST_LED_SET(brightnessPercent == 0);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user