mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-09 07:02:26 -04:00
Fixes to the log and screen rendering of the geo coordinates.
This commit is contained in:
parent
2ceb49e4f2
commit
97349b06ef
2 changed files with 37 additions and 6 deletions
|
@ -158,6 +158,12 @@ int cpr_NL_approx(float lat) {
|
|||
}
|
||||
|
||||
int cpr_NL(float lat) {
|
||||
// TODO prove that the approximate function is good
|
||||
// enough for the precision we need. Uncomment if
|
||||
// that is true:
|
||||
|
||||
//return cpr_NL_approx(lat);
|
||||
|
||||
return cpr_NL_precise(lat);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue