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

Error detection problem in 5 char progressive training #58

Open
RightRudder opened this issue Feb 26, 2019 · 2 comments
Open

Error detection problem in 5 char progressive training #58

RightRudder opened this issue Feb 26, 2019 · 2 comments

Comments

@RightRudder
Copy link

I notice that the error sidetone boop feedback doesn't come until you reach the character number of the current loop. For example if you are currently on the 3rd character but make a mistake sending the first or second character of the string there is no error detected until a 3rd character is sent on the paddles. Shouldn't the error detection be active from the first character? Also a pause greater than one intercharacter space should result in an error as well (IMHO).

@k3ng
Copy link
Owner

k3ng commented Apr 27, 2019

This is by design and how the feature was originally written. The code lets the user complete your sending and then informs the user if the set of characters sent is incorrect. It repeats the current set of characters until the user sends the set back correctly. I suppose I could make an option for immediate error feedback. I agree on your second point about the pause, though I'd likely make that pause detection an option as well. I may do some coding on this all soon. Thanks and 73

@VK2EFL
Copy link
Collaborator

VK2EFL commented May 30, 2019

Anthony,
If you are going to make a change, I agree make those extra error traps options.
I find that I know when I have a keyed an error and I just send dits to expedite the progression to the last character and then start again with that level. 73 Fred VK2EFL

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

3 participants