Rewrote calibration flag description

This commit is contained in:
David Madison 2016-12-21 14:13:59 -05:00
parent 2e1e3793a6
commit 1a2b6b8a7b
1 changed files with 2 additions and 2 deletions

View File

@ -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
// --------------------------------------------------------------------