Skip to content

Commit fad2d91

Browse files
committed
increase serial buffer (helps with bno08x uart!)
1 parent bdf5ac8 commit fad2d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/RingBuffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
// location from which to read.
3030

3131
#ifndef SERIAL_BUFFER_SIZE
32-
#define SERIAL_BUFFER_SIZE 256
32+
#define SERIAL_BUFFER_SIZE 350
3333
#endif
3434

3535
template <int N>

0 commit comments

Comments
 (0)