kataventos / KV-OSD-Team

OSD for Multiwii
kvteamosd.com
1 stars 0 forks source link

r370 FormatGPSCoord Usage causing loop/crash #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

in the usage of this function for longitude in screen.ino the 3rd parameter has 
changed between r345 and r370 from '4' to '3'

i believe it should be '4', why was it changed ?

what does the 3rd parameter do ?

as setting it to '4' as in r345 prevents 'crashes' experienced in r370

my coords are -31.052934,152.808094

Original issue reported on code.google.com by hthr...@gmail.com on 12 Dec 2013 at 10:45

GoogleCodeExporter commented 9 years ago
Fixed for next release.
Now the coordinates will be shown with 4 digits after dot. (000º.00h_00m)
Resolution is the same in rescue situation, tested with Google Earth and real 
coordinates.

Original comment by katawentos on 19 Dec 2013 at 5:42