mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:27:09 +08:00
Add RSSI reporting for DMR only.
This commit is contained in:
@@ -104,7 +104,7 @@ CDStarControl::~CDStarControl()
|
||||
delete[] m_lastFrame;
|
||||
}
|
||||
|
||||
bool CDStarControl::writeModem(unsigned char *data)
|
||||
bool CDStarControl::writeModem(unsigned char *data, unsigned int len)
|
||||
{
|
||||
assert(data != NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user