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

Morse app CW mode issues when Loop is enabled #2135

Open
NotherNgineer opened this issue May 4, 2024 · 0 comments
Open

Morse app CW mode issues when Loop is enabled #2135

NotherNgineer opened this issue May 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@NotherNgineer
Copy link
Contributor

Describe the bug.

In the Morse app, when CW mode is selected and "Loop" is enabled:

  1. The app hangs after the first wait interval (if the user doesn't press STOP), and a power cycle is required to exit.

  2. Pressing STOP during the first Wait interval causes odd progress bar behavior and the transmissions actually do start to occur periodically after the user requested that they be stopped. In this scenario, periodic CW transmissions occur even after exiting and re-running the app, so it seems that the background task was never stopped.

Reproduction

Run Morse app, pick a freq such as 426mhz, enter any message, mode=CW, Loop=any non-zero time in seconds. Press Start. The first transmission occurs fine, the wait interval elapses, then the app hangs. Other odd things happen if STOP is pressed during that first wait interval.

Expected behavior

App should not hang, it should retransmit at the specified loop time interval, and it should stop transmitting when "Stop" is pressed.

Environment/versions

Reproduced with latest nightly

Anything else?

No response

@NotherNgineer NotherNgineer added the bug Something isn't working label May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant