Merge pull request #153 from mrwish7/main

TX search algorithm changes
This commit is contained in:
Marek Farkaš
2025-05-30 19:18:19 +02:00
committed by GitHub
7 changed files with 178 additions and 125 deletions
+2 -1
View File
@@ -420,7 +420,8 @@ function handleData(wss, receivedData, rdsWss) {
azi: currentTx.azimuth,
id: currentTx.id,
pi: currentTx.pi,
reg: currentTx.reg
reg: currentTx.reg,
otherMatches: currentTx.others
};
}
})