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:
2021-01-10 16:33:04 +01:00
parent 4b3797f4fc
commit 63bb2b43cf
2 changed files with 11 additions and 10 deletions

View File

@ -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 "..."