increase buad rate

This commit is contained in:
2023-09-05 08:44:41 -06:00
parent be3cd936d6
commit a6c46788df
2 changed files with 3 additions and 1 deletions

View File

@@ -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);