M17: change BROADCAST to ALL for decode callsign

This commit is contained in:
marco 2023-08-20 20:50:56 +02:00 committed by Silvano Seva
parent f40ecc60db
commit 7b64fca573
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ std::string M17::decode_callsign(const call_t& encodedCall)
}
}
if(isBroadcast) return "BROADCAST";
if(isBroadcast) return "ALL";
/*
* Address is not broadcast, decode it.