Increased the minimum brightness

This commit is contained in:
Mark van Renswoude 2017-10-25 21:35:58 +02:00
parent ae0fef4b06
commit d95275c6f7
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#include "ledpwmcurve.h"
#define PWMMin 128
#define PWMMin 512
#define PWMMax 1024
#define PWMRange (PWMMax - PWMMin)