We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb3005e commit 3e9a617Copy full SHA for 3e9a617
Firmware/RTK_Surveyor/tasks.ino
@@ -65,7 +65,7 @@ void startUART2Task( void *pvParameters )
65
{
66
serialGNSS.begin(115200); //UART2 on pins 16/17 for SPP. The ZED-F9P will be configured to output NMEA over its UART1 at 115200bps.
67
serialGNSS.setRxBufferSize(SERIAL_SIZE_RX);
68
- serialGNSS.setTimeout(1);
+ serialGNSS.setTimeout(50);
69
70
uart2Started = true;
71
0 commit comments