mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Add the beginnings of mobile hotspot location.
This commit is contained in:
parent
52a7f63cdb
commit
66a37d7d25
3 changed files with 23 additions and 3 deletions
|
|
@ -623,7 +623,7 @@ bool CDMRSlot::writeModem(unsigned char *data, unsigned int len)
|
|||
logGPSPosition(data);
|
||||
}
|
||||
if (m_network != NULL)
|
||||
m_network->writePosition(m_rfLC->getSrcId(), data);
|
||||
m_network->writeRadioPosition(m_rfLC->getSrcId(), data);
|
||||
break;
|
||||
|
||||
case FLCO_TALKER_ALIAS_HEADER:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue