Browse Source

Rover: raise GPS serial buffer size

mission-4.1.18
Andrew Tridgell 12 years ago
parent
commit
cfeecdae46
  1. 2
      APMrover2/system.pde

2
APMrover2/system.pde

@ -110,7 +110,7 @@ static void init_ardupilot() @@ -110,7 +110,7 @@ static void init_ardupilot()
// on the message set configured.
//
// standard gps running
hal.uartB->begin(115200, 128, 16);
hal.uartB->begin(115200, 256, 16);
cliSerial->printf_P(PSTR("\n\nInit " THISFIRMWARE
"\n\nFree RAM: %u\n"),

Loading…
Cancel
Save