increase serial buffer (helps with bno08x uart!)
This commit is contained in:
parent
bdf5ac8117
commit
fad2d91143
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
// location from which to read.
|
||||
|
||||
#ifndef SERIAL_BUFFER_SIZE
|
||||
#define SERIAL_BUFFER_SIZE 256
|
||||
#define SERIAL_BUFFER_SIZE 350
|
||||
#endif
|
||||
|
||||
template <int N>
|
||||
|
|
|
|||
Loading…
Reference in a new issue