mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-15 17:42:12 +00:00
no excuses, this was a SNAFU
This commit is contained in:
parent
74f31d7d68
commit
222424a80c
@ -23,7 +23,7 @@ uint32_t printWPL(char *buf, const Position &pos, const char *name)
|
|||||||
geoCoord.getDMSLatDeg(),
|
geoCoord.getDMSLatDeg(),
|
||||||
(abs(geoCoord.getLatitude()) - geoCoord.getDMSLatDeg() * 1e+7) * 6e-6,
|
(abs(geoCoord.getLatitude()) - geoCoord.getDMSLatDeg() * 1e+7) * 6e-6,
|
||||||
geoCoord.getDMSLatCP(),
|
geoCoord.getDMSLatCP(),
|
||||||
geoCoord.getDMSLatDeg(),
|
geoCoord.getDMSLonDeg(),
|
||||||
(abs(geoCoord.getLongitude()) - geoCoord.getDMSLonDeg() * 1e+7) * 6e-6,
|
(abs(geoCoord.getLongitude()) - geoCoord.getDMSLonDeg() * 1e+7) * 6e-6,
|
||||||
geoCoord.getDMSLonCP(),
|
geoCoord.getDMSLonCP(),
|
||||||
name);
|
name);
|
||||||
|
Loading…
Reference in New Issue
Block a user