Skip to content

Commit

Permalink
Fix GPS input T-Beam UART RX on M8N w/o display
Browse files Browse the repository at this point in the history
  • Loading branch information
OK2MOP committed Feb 16, 2023
1 parent 84c6042 commit 56bd2de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LoRa_APRS_Tracker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 56bd2de

Please sign in to comment.