mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
DStar SelfOnly with WhiteList (beautyfied)
This commit is contained in:
parent
ed79a7176a
commit
bb0bd4bb46
3 changed files with 5 additions and 5 deletions
2
Conf.cpp
2
Conf.cpp
|
|
@ -526,7 +526,7 @@ bool CConf::read()
|
|||
}
|
||||
p = ::strtok(NULL, ",\r\n");
|
||||
}
|
||||
} else if (::strcmp(key, "AckReply") == 0)
|
||||
} else if (::strcmp(key, "AckReply") == 0)
|
||||
m_dstarAckReply = ::atoi(value) == 1;
|
||||
else if (::strcmp(key, "AckTime") == 0)
|
||||
m_dstarAckTime = (unsigned int)::atoi(value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue