mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-12 03:07:13 +01:00
lights: fix my92xx build
This commit is contained in:
@@ -914,7 +914,7 @@ void _lightProviderHandleValue(unsigned char channel, float value) {
|
||||
#if LIGHT_PROVIDER == LIGHT_PROVIDER_DIMMER
|
||||
pwm_set_duty(pwm, channel);
|
||||
#elif LIGHT_PROVIDER == LIGHT_PROVIDER_MY92XX
|
||||
_my92xx->setChannel(_lightMy92xxChannel(channel), pwm);
|
||||
_my92xx->setChannel(Light::build::my92xxChannel(channel), pwm);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user