base lista

This commit is contained in:
richonguzman
2025-01-01 13:02:38 -03:00
parent ad5a5ccf18
commit 56d63d0389
8 changed files with 51 additions and 5 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ namespace DIGI_Utils {
temp = packet.substring(3);
Sender = packet.substring(3, packet.indexOf(">"));
}
if (Sender != Config.callsign) { // Avoid listening to own packets
if (Sender != Config.callsign && !STATION_Utils::checkBlackList(Sender)) { // Avoid listening to own packets
if (!thirdPartyPacket && !Utils::checkValidCallsign(Sender)) {
return;
}