Bumped number of pixels to match final build

This commit is contained in:
Mike C 2015-08-10 16:30:37 -04:00
parent 9f477b490f
commit fd4db4c5f9

View file

@ -29,7 +29,7 @@
#define PIN_DOOR 11 // Door sensor pin
#define PIN_PIR A3 // Pin with PIR distance sensor
#define PIN_NEO 6 // Pin with the pixel comm line
#define NEO_PIX_NUM 2 // FIXME: this should be 5 for final build for safe lighting
#define NEO_PIX_NUM 5
// //////////
// Objects / values / etc