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

Answering POTA CQ #7

Closed
w4rin opened this issue Oct 5, 2024 · 5 comments
Closed

Answering POTA CQ #7

w4rin opened this issue Oct 5, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@w4rin
Copy link

w4rin commented Oct 5, 2024

When using FT8 and answering a station calling CQ POTA, it uses POTA as the call sign.

Awesome work!
Thanks,
W4RIN

@gdyuldin gdyuldin added the bug Something isn't working label Oct 6, 2024
@gdyuldin
Copy link
Owner

gdyuldin commented Oct 6, 2024

Hi. I know this issue. Try to fix in the next release.

@w4rin
Copy link
Author

w4rin commented Oct 6, 2024 via email

@W8LID
Copy link

W8LID commented Oct 14, 2024

Hi. I know this issue. Try to fix in the next release.

I fixed this with a simple solution by changing line 1393 of dialog_ft8.c to

if (strlen(call_de) == 2 || strcmp(call_de, "POTA") == 0) {

I tested it and it works but I think a more complete solution is needed, found this out when I was testing and came across a SOTA station :). I'm having trouble just building the application and have to do the whole buildroot, my linux skills are rusty, installed it on a machine just to try this out.

2024-10-14 20-10-25

@gdyuldin
Copy link
Owner

Thank you for your suggestion.
I'm going to add a function to check CQ modifiers - such function will be also useful for #8.

@w4rin
Copy link
Author

w4rin commented Oct 15, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants