wide2-n fix

This commit is contained in:
richonguzman 2024-08-12 13:49:58 -04:00
parent fbe00903ad
commit 1019306c7c
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ namespace DIGI_Utils {
if (path.indexOf("WIDE2-1") != -1) {
tempPath.replace("WIDE2-1", Config.callsign + "*");
} else if (path.indexOf("WIDE2-2") != -1) {
tempPath.replace("WIDE2-2", "WIDE2-1");
tempPath.replace("WIDE2-2", Config.callsign + "*,WIDE2-1");
} else {
return "";
}