This commit is contained in:
2021-12-29 14:39:07 +01:00
parent 8b0e6ac390
commit 44bac6617b
3 changed files with 11 additions and 5 deletions

View File

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