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

enhancement / question for an separate RX_ID #629

Open
DG1FI opened this issue Jun 19, 2023 · 2 comments
Open

enhancement / question for an separate RX_ID #629

DG1FI opened this issue Jun 19, 2023 · 2 comments

Comments

@DG1FI
Copy link

DG1FI commented Jun 19, 2023

Hi!

The goal is, to add a diffent roger peep for HF and the ReflectorLogic. The simple way is to define
under [RX1] the RX_ID=R or some other letter and then modifiy the send_rgr_sound tcl procedure:

proc send_rgr_sound {} {
variable sql_rx_id;

if {$sql_rx_id == "R"} {

playTone 2000 100 50

} else {

playTone 2000 100 50
playSilence 150
playTone 2000 100 50

}
set sql_rx_id "?";
}

Problem here: after the repeater open, the $sql_rx_id variable is set to "?"... so the beep will play two times after
the repeater open ident.

  1. Is there any variable in that namespace that says that the repeater is closed?
  2. It's possible to add RX_ID=REFL or someting else to ReflectorLogic? That makes my goal very easy.

73 Mario

@sm0svx
Copy link
Owner

sm0svx commented Jul 18, 2023

Does commit f768d3c help?

@DG1FI
Copy link
Author

DG1FI commented Aug 1, 2023

Don't know how difficult it is, but really good if the Reflektor has an own RX_ID like in the [RX] Section

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

2 participants