increase serial buffer (helps with bno08x uart!)

This commit is contained in:
lady ada 2020-09-19 17:22:03 -04:00
parent bdf5ac8117
commit fad2d91143

View file

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