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 @@ -531,7 +531,7 @@ void beginLoraFirmwareUpdate()
531
531
serialGNSS->setRxBufferSize (settings.uartReceiveBufferSize );
532
532
serialGNSS->setTimeout (settings.serialTimeoutGNSS ); // Requires serial traffic on the UART pins for detection
533
533
534
- if (productVariant == RTK TORCH )
534
+ if (productVariant == RTK_TORCH )
535
535
serialGNSS->begin (115200 , SERIAL_8N1, pin_GnssUart_RX, pin_GnssUart_TX); // Keep this at 115200
536
536
else if (productVariant == RTK_FLEX)
537
537
serialGNSS->begin (115200 , SERIAL_8N1, pin_IMU_RX, pin_IMU_TX); // Keep this at 115200
@@ -548,7 +548,7 @@ void beginLoraFirmwareUpdate()
548
548
while (Serial.available ())
549
549
Serial.read ();
550
550
551
- // Push any incoming ESP32 UART0 to UART1 and vice versa
551
+ // Push any incoming ESP32 UART0 to UART1 or UART2 and vice versa
552
552
// Infinite loop until button is pressed
553
553
while (1 )
554
554
{
You can’t perform that action at this time.
0 commit comments