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

refactor - add TStation.SetWpm; rename Wpm to WpmS (CW sending speed) #189

Closed
w7sst opened this issue Feb 25, 2023 · 0 comments · Fixed by #190
Closed

refactor - add TStation.SetWpm; rename Wpm to WpmS (CW sending speed) #189

w7sst opened this issue Feb 25, 2023 · 0 comments · Fixed by #190
Assignees
Labels
technical debt code cleanup, refactoring, improve comments and/or design

Comments

@w7sst
Copy link
Owner

w7sst commented Feb 25, 2023

As part of the introduction of Farnsworth CW timing support, issue #188, some refactoring was needed.

This issue will:

  • add TStation.SetWpm() function
  • rename existing Wpm variable to WpmS variable. This represents "words per minute" being sent.

This will allow introduction of the corresponding WpmC variable representing Farnsworth Character speed.

@w7sst w7sst added the technical debt code cleanup, refactoring, improve comments and/or design label Feb 25, 2023
@w7sst w7sst self-assigned this Feb 25, 2023
w7sst added a commit that referenced this issue Feb 25, 2023
#190)

Renames existing Wpm variable to WpmS and adds TStation.SetWpm() method.

This is done in preparation for adding Farnsworth support in #188. Fixes
#189.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
technical debt code cleanup, refactoring, improve comments and/or design
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant