Multi TX ID functionality

Return alternative matches from TX search algorithm and show them in frontend panel
This commit is contained in:
Adam Wisher
2025-05-15 09:17:44 +01:00
parent f818262eff
commit 480e362f44
6 changed files with 55 additions and 8 deletions
+1 -1
View File
@@ -416,7 +416,7 @@ router.get('/log_fmlist', (req, res) => {
client: {
request_ip: clientIp
},
type: (req.query.type && dataHandler.dataToSend.txInfo.dist > 700) ? req.query.type : 'tropo',
type: req.query.type ? req.query.type : 'tropo',
log_msg: "Logged PS: " + dataHandler.dataToSend.ps.replace(/\s+/g, '_') + ", PI: " + dataHandler.dataToSend.pi + ", Signal: " + (dataHandler.dataToSend.sig - 11.25).toFixed(0) + " dBµV",
});