Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recognition of audio chip #338

Closed
wants to merge 65 commits into from
Closed

Recognition of audio chip #338

wants to merge 65 commits into from

Conversation

eried
Copy link
Member

@eried eried commented Apr 14, 2021

No description provided.

eried and others added 30 commits January 20, 2021 11:03
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)
eried and others added 28 commits January 28, 2021 00:23
Moved calibytes and calfrchk to cpp file to avoid unused warning
Fixed uninitialized / missing switch cases, unused
I added 3200 to the bitrates in pocsag per a user request on Facebook.
Quoted CRC calculus as it's unused, voided message
Fix warning: cast between incompatible function types
Fix bug on radiosonde Meteoman Lat & lon calculation
Fixed redefined define, possibly overflowing variable, missing constructors
…m8731/wm8731s,Try to fix the max2837 temperature problem
https: //github.com//issues/334
Co-Authored-By: RedFox-Fr <82333326+RedFox-Fr@users.noreply.github.com>
Automatic recognition of audio chip patch
@eried eried closed this Apr 14, 2021
@eried eried deleted the recognition-of-audio-chip branch April 14, 2021 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants