-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
Hi. I know this issue. Try to fix in the next release. |
Sounds great and thank you for the awesome software!
…On Sun, Oct 6, 2024 at 3:41 AM Georgy Dyuldin ***@***.***> wrote:
Hi. I know this issue. Try to fix in the next release.
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZS7IYHR35G6KA57LLIRYTZ2DST3AVCNFSM6AAAAABPNQ7XFKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJVGMZTGNRZGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I fixed this with a simple solution by changing line 1393 of dialog_ft8.c to
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. |
Thank you for your suggestion. |
Awesome, thank you so much!
73,
W4RIN
…On Mon, Oct 14, 2024 at 5:09 PM Mike Diehl ***@***.***> wrote:
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.png (view on web)
<https://github.com/user-attachments/assets/e5d2d581-4184-4d39-aa6d-d67ef7e7bfbe>
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZS7I4CWNNOMUOTAK4VFUDZ3QXINAVCNFSM6AAAAABPNQ7XFKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJSGM2DQMRTG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
When using FT8 and answering a station calling CQ POTA, it uses POTA as the call sign.
Awesome work!
Thanks,
W4RIN
The text was updated successfully, but these errors were encountered: