JvanKatwijk / unoPlugins-jan

repostory for SDRuno plugins from this site
GNU General Public License v2.0
41 stars 17 forks source link

ACARS plugin frequency incorrect #5

Closed Ken-w4krr closed 1 year ago

Ken-w4krr commented 1 year ago

In the ACARS plugin, the first frequency under "USA_1" is 130550. It should be 131550. 130550 is not a valid ACARS frequency, as far as I know.

Also, the third frequency, 131875; I can't find any documentation listing that as a valid ACARS frequency.

All of the frequencies listed under "USA_2" are correct, and the program works fine when "USA_2" is selected.

Also, the "Test" frequency 131725, is very active here in south Florida, USA.

Thanks for the great work! Ken

JvanKatwijk commented 1 year ago

Thanks for the info.

The first one was obviously a typo, the third one is changed to 131725 (that frequency is active here as well)

I started with a list of frequencies for the US, read in some acars document, and from time to time someone tells me that the list needs some update.

No problem,

Op ma 6 feb. 2023 om 22:02 schreef Ken-w4krr @.***>:

In the ACARS plugin, the first frequency under "USA_1" is 130550. It should be 131550. 130550 is not a valid ACARS frequency, as far as I know.

Also, the third frequency, 131875; I can't find any documentation listing that as a valid ACARS frequency.

All of the frequencies listed under "USA_2" are correct, and the program works fine when "USA_2" is selected.

Also, the "Test" frequency 131725, is very active here in south Florida, USA.

Thanks for the great work! Ken

— Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/unoPlugins-jan/issues/5, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCPHQE3DPQKEWEJRY44XJTWWFRH3ANCNFSM6AAAAAAUTE7SDQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Jan van Katwijk

Ken-w4krr commented 1 year ago

Thanks, but I noticed that the first frequency in "USA_1" is still showing as "130550" and should be "131550".

JvanKatwijk commented 1 year ago

actually, the frfequency used for tuning was correct, the display was of the old freq

fixed (I hope)

Op wo 8 feb. 2023 om 16:56 schreef Ken-w4krr @.***>:

Thanks, but I noticed that the first frequency in "USA_1" is still showing as "130550" and should be "131550".

— Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/unoPlugins-jan/issues/5#issuecomment-1422846611, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCPHQDHBGLV77L7UZ2HPODWWO63JANCNFSM6AAAAAAUTE7SDQ . You are receiving this because you commented.Message ID: @.***>

-- Jan van Katwijk

Ken-w4krr commented 1 year ago

Okay; thanks for your efforts!