Skip to content

Commit 1ae8842

Browse files
committed
Update LoRa.ino
1 parent 6edca93 commit 1ae8842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firmware/RTK_Everywhere/LoRa.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ void beginLoraFirmwareUpdate()
531531
serialGNSS->setRxBufferSize(settings.uartReceiveBufferSize);
532532
serialGNSS->setTimeout(settings.serialTimeoutGNSS); // Requires serial traffic on the UART pins for detection
533533

534-
if (productVariant == RTK TORCH)
534+
if (productVariant == RTK_TORCH)
535535
serialGNSS->begin(115200, SERIAL_8N1, pin_GnssUart_RX, pin_GnssUart_TX); // Keep this at 115200
536536
else if (productVariant == RTK_FLEX)
537537
serialGNSS->begin(115200, SERIAL_8N1, pin_IMU_RX, pin_IMU_TX); // Keep this at 115200
@@ -548,7 +548,7 @@ void beginLoraFirmwareUpdate()
548548
while (Serial.available())
549549
Serial.read();
550550

551-
// Push any incoming ESP32 UART0 to UART1 and vice versa
551+
// Push any incoming ESP32 UART0 to UART1 or UART2 and vice versa
552552
// Infinite loop until button is pressed
553553
while (1)
554554
{

0 commit comments

Comments
 (0)