Set DMR talkgroup on connect
This commit is contained in:
parent
99c7ec02fd
commit
2f695e63eb
1 changed files with 1 additions and 0 deletions
|
@ -388,6 +388,7 @@ void DroidStar::process_connect()
|
|||
connect(this, SIGNAL(dmrpc_state_changed(int)), m_mode, SLOT(dmrpc_state_changed(int)));
|
||||
connect(this, SIGNAL(slot_changed(int)), m_mode, SLOT(slot_changed(int)));
|
||||
connect(this, SIGNAL(cc_changed(int)), m_mode, SLOT(cc_changed(int)));
|
||||
emit dmr_tgid_changed(m_dmr_destid);
|
||||
}
|
||||
|
||||
if(m_protocol == "M17"){
|
||||
|
|
Loading…
Add table
Reference in a new issue