Fixed #25 (brightness not restored on startup)
This commit is contained in:
parent
020b0b0e43
commit
407fd536c2
@ -113,6 +113,8 @@ void setup(void) {
|
||||
EEPROM.begin(512);
|
||||
loadSettings();
|
||||
|
||||
FastLED.setBrightness(brightness);
|
||||
|
||||
irReceiver.enableIRIn(); // Start the receiver
|
||||
|
||||
Serial.println();
|
||||
|
Loading…
Reference in New Issue
Block a user