-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add ability to force RX Only reporting in Tools->Options. #599
Conversation
This is something some UK users have been considering in advance of creating an enhancement request. Use cases: One of the group has such a high noise level that he can only receive by monitoring a web SDR. To make this clear to other users, the 'Web RX' status would be very useful. I hope this can be considered, |
Saving the 'RX Only' setting in the reporting options with the modem running does not change the reported status until the modem is stopped and re-started. |
Should be fixed now.
I'm not fully sure about this one yet. Seems like the same could be accomplished by having two entries listed (one "RX Only" with the grid square/locator of the SDR and the other that's just "Receiving" with the grid square of the transmit location), right? |
Great!
That scenario was not considered. Would anyone notice the changed locator without 'Web RX' in the status I wonder? I agree that more thought is required on this one, although I do think that a 'RX Only' toggle switch is needed in the Main GUI rather than only in the settings. |
I think it needs to be explicit that a Web Rx is in use, not quite sure how to indicate that but a change of locator is a bit too obscure unless you have a Maidenhead grid map in your head :) |
I'd suggest creating a new issue with the Web status request so we don't clutter this one. As for being able to dynamically adjust RX Only, I'm leaning towards moving the option to the Reporter window, though it sounds like somewhere on the main window would be preferred. If so, where do you think is good? Additionally, I'm not sure how to handle TX related UI. Right now, if RX Only is detected (or forced), we disable the Voice Keyer and PTT buttons on start. That'd require doing the same if someone wants to change their RX Only status while running, right? That may be a bit more involved of a change, so we may want to think that one out before actually making the changes. |
See Issue #622 before getting bogged down in this. I think the main use case for needing to switch to 'RX Only' on the fly would be where someone wants to indicate that they have been called away. Using the proposed 'Msg' field would allow the station to simply display 'QRX' for example. |
Cool. I'll consider that request. In the meantime I'll go ahead and merge this in (after making a minor change to disallow changing RX Only while active). |
Per request from the digitalvoice mailing list, this PR adds the ability to force RX Only reporting (and disable PTT/Voice Keyer buttons) through a new Tools->Options item:
The result on pushing Start is identical to what happens if only RX audio devices are configured or if Hamlib PTT mode is set to "None".