-
-
Notifications
You must be signed in to change notification settings - Fork 561
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
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)
missing contructor
Fix __SIMD32 warning
…void *)' to 'msg_t (*)(void *)'
added a voided var
Added missing initialisation
Moved calibytes and calfrchk to cpp file to avoid unused warning
Fixed uninitialized / missing switch cases, unused
Removed unused and voided a var
fix unused result
Quoted unused vars and voided one
removed unused var
I added 3200 to the bitrates in pocsag per a user request on Facebook.
Added Pocsag bitrate
Added missing brace
Quoted CRC calculus as it's unused, voided message
Quoted out unused variable
Fix warning: cast between incompatible function types
Fix bug on radiosonde Meteoman Lat & lon calculation
Fix adsb warnings
removed unused variables
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.