import
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
// LED
|
||||
#define NUM_LEDS 300
|
||||
#define LED_PIN 5 // = D1
|
||||
#define CHIPSET WS2812B
|
||||
#define COLOR_ORDER GRB
|
||||
#define BRIGHTNESS 96
|
||||
#define FRAMES_PER_SECOND 120
|
||||
|
||||
// WIFI
|
||||
#define wifi_ssid "XXX"
|
||||
#define wifi_password "XXX"
|
||||
|
||||
// MQTT
|
||||
#define mqtt_server "XXX"
|
||||
#define mqtt_port 1883
|
||||
#define mqtt_user "XXX"
|
||||
#define mqtt_password "XXX"
|
||||
Reference in New Issue
Block a user