Add output of information about incoming reflector

This commit is contained in:
phl0
2016-04-16 21:45:49 +02:00
parent 103950d27f
commit bf128e76f3
10 changed files with 28 additions and 14 deletions

View File

@@ -142,7 +142,7 @@ void CTFTSerial::setLockout()
m_mode = MODE_LOCKOUT;
}
void CTFTSerial::writeDStar(const char* my1, const char* my2, const char* your, const char* type)
void CTFTSerial::writeDStar(const char* my1, const char* my2, const char* your, const char* type. const char* reflector)
{
assert(my1 != NULL);
assert(my2 != NULL);