1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

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

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
};
}
})