diff --git a/src/display.cpp b/src/display.cpp index 4ccb1b7e..3b7bb01b 100644 --- a/src/display.cpp +++ b/src/display.cpp @@ -400,7 +400,7 @@ void dp_drawPage(time_t t, bool nextpage) { gps.location.lat()); // line 6-7: GPS longitude - dp_printf("%c%07.4f", gps.location.rawLat().negative ? 'W' : 'E', + dp_printf("%c%07.4f", gps.location.rawLng().negative ? 'W' : 'E', gps.location.lng()); } else {