This commit is contained in:
simon 2019-04-27 22:39:39 +02:00
parent 9883761923
commit e2f68a2bc0
2 changed files with 8 additions and 1 deletions

2
.gitignore vendored
View File

@ -11,7 +11,7 @@
node_modules
clients/controller-html/old
clients/strip-wemosd1-websocket/settings.example.h
clients/strip-wemosd1-websocket/settings.h
.directory

View File

@ -0,0 +1,7 @@
#define NUM_LEDS 150
#define DATA_PIN D8
#define LED_TYPE WS2811
#define COLOR_ORDER GRB
const char* ssid = "none";
const char* password = "none";