portapack-mayhem/firmware
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
..
application New icon and shortcut 2020-11-01 17:26:29 +01:00
baseband Fixed "Stop After" freeze & stronger CW signal 2020-09-19 14:24:40 +08:00
bootstrap PortaPack Sync, take 2 (#215) 2019-02-03 18:25:11 +00:00
chibios Bias-T now works in capture mode 2018-12-18 16:25:21 +00:00
chibios-portapack UI Redesign for Portapack-Havoc (#268) 2019-10-29 22:53:54 +01:00
common Fix bug on radiosonde Meteoman Lat & lon calculation 2021-01-25 23:41:19 -03:00
graphics New icon and shortcut 2020-11-01 17:26:29 +01:00
tools Update generate_world_map.bin.py 2020-10-24 22:38:43 +02:00
CMakeLists.txt Update CMakeLists.txt 2020-05-12 10:31:55 +02:00
toolchain-arm-cortex-m.cmake Missing toolchain-arm-cortex-m.cmake file 2017-02-11 23:12:49 +00:00