Skip to content

Commit

Permalink
Fix LIGHT_MAX_PWM for MY9291 devices
Browse files Browse the repository at this point in the history
  • Loading branch information
xoseperez committed Nov 9, 2017
1 parent 1f0961e commit 442c96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/espurna/config/general.h
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ PROGMEM const char* const custom_reset_string[] = {
#ifndef LIGHT_MAX_PWM

#if LIGHT_PROVIDER == LIGHT_PROVIDER_MY9192
#define LIGHT_MAX_PWM 256
#define LIGHT_MAX_PWM 255
#endif

#if LIGHT_PROVIDER == LIGHT_PROVIDER_DIMMER
Expand Down

0 comments on commit 442c96e

Please sign in to comment.