Re: [wsjt-devel] Wrong RR73 is transmitted (possible bug)

2024-08-14 Thread Pengo VK3PGO via wsjt-devel
I made a mistake above, it should be ne.3 not ne.4 I've tested it now in ft8code[.exe] and it does what's expected (treats user input of 'RR73' as the token rather than as the grid square), but I haven't tested what other flow-on effects there might be. The patch is viewable here: https://sourcef

Re: [wsjt-devel] ft8code -c (minor bug)

2024-08-14 Thread Pengo VK3PGO via wsjt-devel
Sure, or I could fax it to you if you like. The patch is attached. diff --git a/lib/ft4/ft4code.f90 b/lib/ft4/ft4code.f90 index dae552450..1792d9a26 100644 --- a/lib/ft4/ft4code.f90 +++ b/lib/ft4/ft4code.f90 @@ -26,8 +26,8 @@ program ft4code 'LDPC(174,91) encoding,' print*,'bit a

Re: [wsjt-devel] ft8code -c (minor bug)

2024-08-14 Thread Uwe, DG2YCB via wsjt-devel
Hi Pengo, No, the Git repo at SourceForge is not our working directory. That is why merge requests do not work. Better send us your patch (diff file) by e-mail. 73 de DG2YCB, Uwe German Amateur Radio Station DG2YCB Dr. Uwe Risse eMail: dg2...@gmx.de Info:

Re: [wsjt-devel] ft8code -c (minor bug)

2024-08-14 Thread Pengo VK3PGO via wsjt-devel
I had a go at submitting this as a git pull request. I thought I'd try this fairly trivial bug fix before trying to submit others. I went as far as to get it to compile on Linux to test it. I've added some details and also patched ft4code, which makes mention of the same vestigial -c parameter. T