Bumped number of pixels to match final build
This commit is contained in:
parent
9f477b490f
commit
fd4db4c5f9
|
@ -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
|
||||
|
|
Reference in a new issue