2019-04-27 22:39:39 +02:00

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";