no excuses, this was a SNAFU

raytac-diy
Thomas Göttgens 2022-11-10 23:06:37 +01:00
rodzic 74f31d7d68
commit 222424a80c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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);