From 1a2b6b8a7b6fb4445b1ecfd52154307021e082fe Mon Sep 17 00:00:00 2001 From: David Madison Date: Wed, 21 Dec 2016 14:13:59 -0500 Subject: [PATCH] Rewrote calibration flag description --- Arduino/LEDstream_FastLED/LEDstream_FastLED.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino b/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino index f7bfd89..134c97e 100644 --- a/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino +++ b/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino @@ -21,9 +21,9 @@ static const unsigned long // time before LEDs are shut off, if no data serialTimeout = 150000; // 150 seconds -// -- Optional Settings (Uncomment to add) +// -- Optional Settings (uncomment to add) //#define GROUND_PIN 10 // additional grounding pin (optional) -//#define CALIBRATE // uncomment to set calibration mode +//#define CALIBRATE // sets all LEDs to the color of the first // --------------------------------------------------------------------