Fix spacing and hopefully indentation

This commit is contained in:
jackw01 2016-11-25 20:04:17 -08:00
parent 11686e4fe9
commit 96db522394
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,8 @@ int timer = 0;
CRGB handColor, hourColor, minuteColor, secondColor;
void setup() {
Serial.begin(115200);
Serial.begin(115200);
// Init FastLED
FastLED.addLeds<NEOPIXEL, pinLeds>(leds, neoPixelRingSize);