Correct defines
This commit is contained in:
parent
0f27fe501f
commit
d002253a53
1 changed files with 3 additions and 3 deletions
|
@ -19,11 +19,11 @@ FASTLED_USING_NAMESPACE
|
|||
//#define CLK_PIN 4
|
||||
#define LED_TYPE WS2812B
|
||||
#define COLOR_ORDER BGR
|
||||
#define NUM_LEDS 40
|
||||
#define NUM_LEDS 100
|
||||
CRGB leds[NUM_LEDS];
|
||||
|
||||
#define BRIGHTNESS 96
|
||||
#define FRAMES_PER_SECOND 120
|
||||
define BRIGHTNESS 96
|
||||
define FRAMES_PER_SECOND 120
|
||||
|
||||
void setup() {
|
||||
delay(3000); // 3 second delay for recovery
|
||||
|
|
Loading…
Reference in a new issue