microtrigger / ardu-imu

Automatically exported from code.google.com/p/ardu-imu
0 stars 0 forks source link

GPS Checksum Bad #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
if you want to reduce the "GPS Checksum Bad" you can change one row inside
the file HardwareSerial.cpp

from

#define RX_BUFFER_SIZE 128

to

#define RX_BUFFER_SIZE 256

Original issue reported on code.google.com by daniele....@gmail.com on 16 Mar 2010 at 4:55

GoogleCodeExporter commented 9 years ago

Original comment by analogue...@gmail.com on 15 Nov 2010 at 2:36