From 56bd2de4da5cd83386703de33441669bbdf452ba Mon Sep 17 00:00:00 2001 From: Pavel Moravec Date: Thu, 16 Feb 2023 14:45:54 +0100 Subject: [PATCH] Fix GPS input T-Beam UART RX on M8N w/o display --- src/LoRa_APRS_Tracker.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/LoRa_APRS_Tracker.cpp b/src/LoRa_APRS_Tracker.cpp index edd94df..df73e67 100644 --- a/src/LoRa_APRS_Tracker.cpp +++ b/src/LoRa_APRS_Tracker.cpp @@ -402,6 +402,7 @@ void setup_lora() { void setup_gps() { ss.begin(9600, SERIAL_8N1, GPS_TX, GPS_RX); + ss.println(); // GPS seems to have problems if the line is not initialized } char *s_min_nn(uint32_t min_nnnnn, int high_precision) {