Set DMR talkgroup on connect

This commit is contained in:
Doug McLain 2023-03-19 15:58:08 -04:00
parent 99c7ec02fd
commit 2f695e63eb

View file

@ -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"){