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 @@ -542,7 +542,7 @@ void beginLoraFirmwareUpdate()
542542 else
543543 systemPrintln (" ERROR: productVariant does not support LoRa" );
544544
545- // Make sure ESP32 is connected to LoRa STM32 UART
545+ // Make sure ESP-UART1 is connected to LoRa STM32 UART0
546546 muxSelectLoRaConfigure ();
547547
548548 loraEnterBootloader (); // Push boot pin high and reset STM32
@@ -715,7 +715,7 @@ bool loraEnterCommandMode()
715715
716716 systemFlush (); // Complete prints
717717
718- muxSelectLoRaConfigure (); // Connect to the STM32 for configuration
718+ muxSelectLoRaCommunication (); // Connect the LoRa radio to ESP32 UART0 (shared with USB)
719719
720720 delay (50 ); // Wait for incoming serial to complete
721721 while (Serial.available ())
You can’t perform that action at this time.
0 commit comments