Merge branch 'master' into ForArduinoCli
This commit is contained in:
@ -42,7 +42,8 @@ typedef struct {
|
||||
} CRGB;
|
||||
|
||||
|
||||
Adafruit_NeoPixel pixels(NUM_OF_LEDs, PIXEL_PIN, NEO_RGB + NEO_KHZ400);
|
||||
// Adafruit_NeoPixel pixels(NUM_OF_LEDs, PIXEL_PIN, NEO_RGB + NEO_KHZ400);
|
||||
Adafruit_NeoPixel pixels(NUM_OF_LEDs, PIXEL_PIN, NEO_GRB + NEO_KHZ800);
|
||||
#endif
|
||||
|
||||
bool show = false;
|
||||
|
Reference in New Issue
Block a user