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
..
2018-06-10 10:15:43 +01:00
2020-07-24 16:09:21 -05:00
2016-01-31 09:34:24 +01:00
2016-01-31 09:34:24 +01:00
2017-06-02 17:13:41 -07:00
2017-06-02 17:13:41 -07:00
2016-01-31 09:34:24 +01:00
2017-04-11 08:42:31 +01:00
2016-01-31 09:34:24 +01:00
2017-12-07 00:58:25 +00:00
2017-12-07 00:58:25 +00:00
2016-01-31 09:34:24 +01:00
2019-02-03 18:25:11 +00:00
2019-02-03 18:25:11 +00:00
2015-07-08 08:39:24 -07:00
2016-01-31 09:34:24 +01:00
2020-08-17 16:07:06 +03:00
2016-01-31 09:34:24 +01:00
2016-01-31 09:34:24 +01:00
2016-01-31 09:34:24 +01:00
2017-04-21 06:22:31 +01:00
2015-07-08 08:39:24 -07:00
2015-07-08 08:39:24 -07:00
2016-01-31 09:34:24 +01:00
2019-02-03 18:25:11 +00:00
2019-02-03 18:25:11 +00:00
2019-02-03 18:25:11 +00:00
2019-02-03 18:25:11 +00:00
2015-07-08 08:39:24 -07:00
2019-02-03 18:25:11 +00:00
2017-02-13 05:35:13 +00:00
2017-08-12 00:27:05 +01:00
2016-07-17 15:44:30 -07:00
2016-07-17 15:44:30 -07:00
2015-07-08 08:39:24 -07:00
2016-07-13 11:02:13 -07:00
2015-07-08 08:39:24 -07:00
2017-01-05 17:06:44 -08:00
2020-08-08 04:24:57 -04:00
2016-05-16 12:02:45 +02:00
2016-05-16 12:02:45 +02:00
2016-01-31 09:34:24 +01:00
2019-02-03 18:25:11 +00:00
2016-11-26 16:50:44 -08:00
2016-08-23 08:45:33 +02:00
2017-09-23 04:53:42 +01:00
2017-09-23 04:53:42 +01:00
2015-07-08 08:39:24 -07:00
2015-07-08 08:39:24 -07:00
2017-05-03 09:58:07 +01:00
2020-02-27 05:54:27 +01:00
2015-07-08 08:39:24 -07:00
2016-11-28 10:55:45 -08:00
2016-11-28 10:55:45 -08:00
2016-01-31 09:34:24 +01:00
2016-01-31 09:34:24 +01:00
2016-01-31 09:34:24 +01:00
2017-08-12 00:27:05 +01:00
2020-06-08 01:22:58 +02:00