Fixed #25 (brightness not restored on startup)

This commit is contained in:
Jason Coon 2017-05-05 19:09:37 -05:00
parent 020b0b0e43
commit 407fd536c2

View File

@ -113,6 +113,8 @@ void setup(void) {
EEPROM.begin(512); EEPROM.begin(512);
loadSettings(); loadSettings();
FastLED.setBrightness(brightness);
irReceiver.enableIRIn(); // Start the receiver irReceiver.enableIRIn(); // Start the receiver
Serial.println(); Serial.println();