mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-22 16:25:45 +08:00
Increase number of data blocks for MD-390 GPS data.
This commit is contained in:
@@ -130,7 +130,7 @@ bool CDMRDataHeader::put(const unsigned char* bytes)
|
|||||||
unsigned char format = m_data[1U] & 0x0FU;
|
unsigned char format = m_data[1U] & 0x0FU;
|
||||||
if (format == UDTF_NMEA) {
|
if (format == UDTF_NMEA) {
|
||||||
LogDebug("DMR, fixing broken Tytera MD-390 GPS data block count");
|
LogDebug("DMR, fixing broken Tytera MD-390 GPS data block count");
|
||||||
m_blocks = 2U;
|
m_blocks = 3U;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user