Closed Dloranger closed 2 years ago
This may be related
https://groups.io/g/svxlink/topic/strange_problem_repeater/78276017
@Dloranger If you've tested this works then go ahead and commit. It looks like it should, but I am not currently working in a live setup.
seeing an issue where the ptt does not come up immediately of the first ptt sent. it appears this only occurs if no tx has occured yet for any reason.
simple fix is to force a tx at boot time
edit /usr/share/svxlink/events.d/local/Logic.tcl and add the following process, you can customize this if desired
proc startup {} { playMsg "Core" "online"
send_short_ident
}
without the change, note the timestamps
with the change