changes
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
#ifndef DEFINES_H_
|
||||
#define DEFINES_H_
|
||||
|
||||
// #define DEBUG
|
||||
#define DEBUG
|
||||
|
||||
|
||||
|
||||
@ -29,7 +29,12 @@
|
||||
#endif
|
||||
|
||||
#ifdef WS2811
|
||||
#define PIXEL_PIN 1 // NODEMCU numbering
|
||||
#ifdef ESP01
|
||||
#define PIXEL_PIN 2
|
||||
#endif
|
||||
#ifdef NODEMCU
|
||||
#define PIXEL_PIN D1
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef PL9823
|
||||
|
Reference in New Issue
Block a user