10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1daab3 commit b45e082Copy full SHA for b45e082
src/AudioLightSettingsService.h
@@ -21,7 +21,7 @@
21
#define LED_DATA_PIN 12
22
#define COLOR_ORDER GRB
23
#define LED_TYPE WS2812
24
-#define NUM_LEDS 9
+#define NUM_LEDS 84
25
#define NUM_MODES 7
26
27
#define AUDIO_LIGHT_RESET_PIN 4
src/RainbowMode.h
@@ -6,7 +6,7 @@
6
#include <AudioLightMode.h>
7
#include <JsonUtil.h>
8
9
-#define RAINBOW_DEFAULT_HUE_DELTA 64
+#define RAINBOW_DEFAULT_HUE_DELTA 250
10
#define RAINBOW_DEFAULT_BRIGHTNESS 128
11
12
// rotate speed default and min
0 commit comments