increase buad rate
This commit is contained in:
@@ -9,7 +9,7 @@ ws2812b<D,6> strip;
|
||||
grb pixels[NUM_LEDS] = {};
|
||||
|
||||
void setup() {
|
||||
Serial.begin(9600);
|
||||
Serial.begin(BAUD); // baud is defined at build time
|
||||
Serial.println("\nResetting!");
|
||||
|
||||
strip.clear(NUM_LEDS);
|
||||
|
Reference in New Issue
Block a user