Fix spacing and hopefully indentation
This commit is contained in:
parent
11686e4fe9
commit
96db522394
@ -79,7 +79,8 @@ int timer = 0;
|
|||||||
CRGB handColor, hourColor, minuteColor, secondColor;
|
CRGB handColor, hourColor, minuteColor, secondColor;
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
Serial.begin(115200);
|
|
||||||
|
Serial.begin(115200);
|
||||||
|
|
||||||
// Init FastLED
|
// Init FastLED
|
||||||
FastLED.addLeds<NEOPIXEL, pinLeds>(leds, neoPixelRingSize);
|
FastLED.addLeds<NEOPIXEL, pinLeds>(leds, neoPixelRingSize);
|
||||||
|
Loading…
Reference in New Issue
Block a user