euquiq 50bab791dd Fix bug on radiosonde Meteoman Lat & lon calculation
The underlying function used for calculating Latitude and Longitude -also used in other places inside the radiosonde app- was returning a positive value always.

But it needs to cope with negative values also (i.e. Lat and Lon)

Fixed by just changing the returning value into int32_t (even if the calculation is done in uint32_t, the actual sign is passed thru when returning the calculated value -those are the same 4 bytes, interpreted either as (before) unsigned or (now) signed)
2021-01-25 23:41:19 -03:00
..
2020-11-01 17:26:29 +01:00
2019-02-03 18:25:11 +00:00
2018-12-18 16:25:21 +00:00
2020-11-01 17:26:29 +01:00
2020-10-24 22:38:43 +02:00
2020-05-12 10:31:55 +02:00