You can now define a maximum distance between colors to blend to during random effects in order to prevent extremely colorful displays.
This commit is contained in:
@ -21,10 +21,15 @@
|
||||
#define SPEEDUP 1
|
||||
|
||||
#define MAX_MILLIAMPS 1000
|
||||
// Maximum color difference for the random effects.
|
||||
// This changes the hue value +/- this value. Use a maximum value of 127, otherwise strange things might happen.
|
||||
#define COLOR_DIFFERENCE 25
|
||||
|
||||
#define WIFI_SSID "..."
|
||||
#define WIFI_PASS "..."
|
||||
|
||||
#define OTA_HOSTNAME "..."
|
||||
|
||||
#define MQTT_CLIENT_ID "espleaf"
|
||||
#define MQTT_USER "..."
|
||||
#define MQTT_PASS "..."
|
||||
|
Reference in New Issue
Block a user