You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 22:13:53 +01:00
Multi TX ID functionality
Return alternative matches from TX search algorithm and show them in frontend panel
This commit is contained in:
@@ -416,7 +416,8 @@ function handleData(wss, receivedData, rdsWss) {
|
||||
azi: currentTx.azimuth,
|
||||
id: currentTx.id,
|
||||
pi: currentTx.pi,
|
||||
reg: currentTx.reg
|
||||
reg: currentTx.reg,
|
||||
otherMatches: currentTx.others
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user