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 62d689a commit c4165cbCopy full SHA for c4165cb
Firmware/RTK_Surveyor/Begin.ino
@@ -239,9 +239,9 @@ void beginUART2()
239
//Assign UART2 interrupts to the core 0. See: https://github.com/espressif/arduino-esp32/issues/3386
240
void pinUART2Task( void *pvParameters )
241
{
242
- serialGNSS.begin(settings.dataPortBaud); //UART2 on pins 16/17 for SPP. The ZED-F9P will be configured to output NMEA over its UART1 at the same rate.
243
serialGNSS.setRxBufferSize(SERIAL_SIZE_RX);
244
serialGNSS.setTimeout(50);
+ serialGNSS.begin(settings.dataPortBaud); //UART2 on pins 16/17 for SPP. The ZED-F9P will be configured to output NMEA over its UART1 at the same rate.
245
246
uart2pinned = true;
247
0 commit comments