oops
This commit is contained in:
parent
9883761923
commit
e2f68a2bc0
2
.gitignore
vendored
2
.gitignore
vendored
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
node_modules
|
node_modules
|
||||||
clients/controller-html/old
|
clients/controller-html/old
|
||||||
clients/strip-wemosd1-websocket/settings.example.h
|
clients/strip-wemosd1-websocket/settings.h
|
||||||
|
|
||||||
.directory
|
.directory
|
||||||
|
|
||||||
|
7
clients/strip-wemosd1-websocket/settings.example.h
Normal file
7
clients/strip-wemosd1-websocket/settings.example.h
Normal 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";
|
Loading…
x
Reference in New Issue
Block a user