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

A few updates #2063

Merged
merged 9 commits into from Apr 10, 2024
Merged

A few updates #2063

merged 9 commits into from Apr 10, 2024

Conversation

srcejon
Copy link
Collaborator

@srcejon srcejon commented Apr 10, 2024

Radiosonde: Support feeding data to SondeHub. Improve humidity calculation. A few small bug fixes.
RemoteTCPInput: Fix channel marker.
Preset: Copy and initialise all fields. Fix for #2061
sdrbench: Fix compilation on Windows.

@@ -11,6 +11,7 @@ set(sdrbench_SOURCES
test_ft8.cpp
test_callsign.cpp
test_ft8protocols.cpp
../ft8/pack0.cpp
Copy link
Owner

@f4exb f4exb Apr 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not be added here. It is part of the FT8 library see set(sdrbench_FT8_LIB ft8) above...

Edit: I am wondering why you had an issue with Windows here since the CI/CD with the initial changes went fine: https://github.com/f4exb/sdrangel/actions/runs/8594560974

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have removed it, as doesn't seem to be needed now. I added it when you made the first FT8 related commit - maybe something has changed since then or was just a dodgy build that made it look like it was needed when it wasn't.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes indeed there was a failing build that I corrected in a later commit.

@f4exb f4exb merged commit d7f6ec7 into f4exb:master Apr 10, 2024
3 checks passed
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.

None yet

2 participants