Local database cache for TX ID

Locally cache transmitter database for TX ID and visually show when multiple matches on frontend
This commit is contained in:
Adam Wisher
2025-05-12 22:58:23 +01:00
parent 811ea4011d
commit 65fc84ff9f
5 changed files with 92 additions and 136 deletions
+2 -1
View File
@@ -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
};
}
})