no excuses, this was a SNAFU

This commit is contained in:
Thomas Göttgens 2022-11-10 23:06:37 +01:00
parent 74f31d7d68
commit 222424a80c

View File

@ -23,7 +23,7 @@ uint32_t printWPL(char *buf, const Position &pos, const char *name)
geoCoord.getDMSLatDeg(),
(abs(geoCoord.getLatitude()) - geoCoord.getDMSLatDeg() * 1e+7) * 6e-6,
geoCoord.getDMSLatCP(),
geoCoord.getDMSLatDeg(),
geoCoord.getDMSLonDeg(),
(abs(geoCoord.getLongitude()) - geoCoord.getDMSLonDeg() * 1e+7) * 6e-6,
geoCoord.getDMSLonCP(),
name);