New lower "lowest" brightness

This commit is contained in:
Philip Johansson 2020-07-02 18:23:57 +02:00
parent 0c7633528a
commit 0297c6dab5

View File

@ -3,7 +3,7 @@
#include <ArduinoJson.h>
namespace {
const float minBrightness = 0.2;
const float minBrightness = 0.1;
}
MyLed::MyLed(int ledPin, int ledCount, bool effects)