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

Farnsworth is disabled if less than WPM #135

Open
kenfallon opened this issue Jan 4, 2023 · 0 comments
Open

Farnsworth is disabled if less than WPM #135

kenfallon opened this issue Jan 4, 2023 · 0 comments

Comments

@kenfallon
Copy link

When I was setting it up based on I had a look at the settings in Practice & Homework Assignments. It says that "Initially setup MCT to 25cpm (Character speed) with at least 4wpm (Farnsworth speed)". So I had a go at trying to set up those settings in the K3NG keyer but ran into a problem that the Words per minute can't be bigger than the Farnsworth speed.

https://github.com/k3ng/k3ng_cw_keyer/blob/master/k3ng_keyer/k3ng_keyer.ino#L15746

if (configuration.wpm_farnsworth < configuration.wpm) {

I'm probably setting this wrong as I can't be the first to come across this.

I'm trying to replicate the CWops Morse Code Trainer "Character speed" of 24 and "Farnsworth speed" of 4.

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

No branches or pull requests

1 participant