diff --git a/.gitignore b/.gitignore index 484b769..d62506e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,7 @@ node_modules clients/controller-html/old -clients/strip-wemosd1-websocket/settings.example.h +clients/strip-wemosd1-websocket/settings.h .directory diff --git a/clients/strip-wemosd1-websocket/settings.example.h b/clients/strip-wemosd1-websocket/settings.example.h new file mode 100644 index 0000000..40cde6d --- /dev/null +++ b/clients/strip-wemosd1-websocket/settings.example.h @@ -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"; \ No newline at end of file