increase buad rate
This commit is contained in:
parent
be3cd936d6
commit
a6c46788df
@ -11,8 +11,10 @@
|
||||
; All envs
|
||||
[env]
|
||||
framework = arduino
|
||||
monitor_speed = 1000000
|
||||
build_flags =
|
||||
-D SERIAL_RX_BUFFER_SIZE=128
|
||||
-D BAUD=1000000
|
||||
|
||||
; Specifically uno
|
||||
[env:uno]
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user