mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 22:45:31 +00:00
Increase number of data blocks for MD-390 GPS data.
This commit is contained in:
parent
69a61ae4dc
commit
56487dd529
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ bool CDMRDataHeader::put(const unsigned char* bytes)
|
|||
unsigned char format = m_data[1U] & 0x0FU;
|
||||
if (format == UDTF_NMEA) {
|
||||
LogDebug("DMR, fixing broken Tytera MD-390 GPS data block count");
|
||||
m_blocks = 2U;
|
||||
m_blocks = 3U;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue