kopia lustrzana https://github.com/OpenRTX/OpenRTX
M17: always open squelch on tramsissions with destination set to INFO or ECHO
Fix #229pull/236/head
rodzic
598f1c4523
commit
3f0cfe94e5
|
@ -356,7 +356,7 @@ void OpMode_M17::txState(rtxStatus_t *const status)
|
||||||
bool OpMode_M17::compareCallsigns(const std::string& localCs,
|
bool OpMode_M17::compareCallsigns(const std::string& localCs,
|
||||||
const std::string& incomingCs)
|
const std::string& incomingCs)
|
||||||
{
|
{
|
||||||
if(incomingCs == "ALL")
|
if((incomingCs == "ALL") || (incomingCs == "INFO") || (incomingCs == "ECHO"))
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
std::string truncatedLocal(localCs);
|
std::string truncatedLocal(localCs);
|
||||||
|
|
Ładowanie…
Reference in New Issue