7 lines
168 B
C
7 lines
168 B
C
#define NUM_LEDS 150
|
|
#define DATA_PIN D8
|
|
#define LED_TYPE WS2811
|
|
#define COLOR_ORDER GRB
|
|
|
|
const char* ssid = "none";
|
|
const char* password = "none"; |