File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -523,8 +523,8 @@ typedef struct {
523523 uint16_t antennaHeight = 0 ; //in mm
524524 float antennaReferencePoint = 0.0 ; //in mm
525525 bool echoUserInput = true;
526- int uartReceiveBufferSize = 1024 * 2 ; //This buffer is filled automatically as the UART receives characters.
527- int gnssHandlerBufferSize = 1024 * 8 ; //This buffer is filled from the UART receive buffer, and is then written to SD
526+ int uartReceiveBufferSize = 1024 * 5 ; //This buffer is filled automatically as the UART receives characters.
527+ int gnssHandlerBufferSize = 1024 * 5 ; //This buffer is filled from the UART receive buffer, and is then written to SD
528528 bool enablePrintBufferOverrun = false;
529529 bool enablePrintSDBuffers = false;
530530} Settings ;
You can’t perform that action at this time.
0 commit comments