Skip to content
Snippets Groups Projects
Commit 407fd536 authored by Jason Coon's avatar Jason Coon
Browse files

Fixed #25 (brightness not restored on startup)

parent 020b0b0e
Branches
Tags
No related merge requests found
......@@ -113,6 +113,8 @@ void setup(void) {
EEPROM.begin(512);
loadSettings();
FastLED.setBrightness(brightness);
irReceiver.enableIRIn(); // Start the receiver
Serial.println();
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment