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

Unable to send 1750Hz tone when keyboard is locked #210

Closed
marcoSchr opened this issue Nov 17, 2023 · 0 comments
Closed

Unable to send 1750Hz tone when keyboard is locked #210

marcoSchr opened this issue Nov 17, 2023 · 0 comments
Labels
ALL bug Something isn't working

Comments

@marcoSchr
Copy link
Contributor

Observed behavior

When the keyboard is locked, the hash key does not enable 1750Hz tone transmission.

Expected behavior

When the keyboard is locked, a 1750Hz tone can be transmitted

Steps to reproduce

  1. Be in FM mode
  2. lock the keyboard by entering the macro menu and pressing 9
  3. hold hash key
  4. press ptt
  5. -> No 1750 Hz Tone

Development Info

The tone is enabled here.
The check for the lock is here.
We need to either change the logic for the lock handling or for the tone handling to be able to transmit a tone even when the keyboard is locked.

The simple solution is probably to check for the hash key inside the check for the lock, before breaking the loop but only if in FM mode.

@silseva silseva added bug Something isn't working ALL labels Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ALL bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants