mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-30 16:59:15 +02:00
logging improvements, connection changes, ui changes
This commit is contained in:
+1
-1
@@ -341,7 +341,7 @@ function handleData(ws, receivedData) {
|
||||
}
|
||||
|
||||
// Get the received TX info
|
||||
const currentTx = fetchTx(dataToSend.freq, dataToSend.pi, dataToSend.ps);
|
||||
const currentTx = fetchTx(parseFloat(dataToSend.freq).toFixed(1), dataToSend.pi, dataToSend.ps);
|
||||
if(currentTx && currentTx.station !== undefined) {
|
||||
dataToSend.txInfo = {
|
||||
station: currentTx.station,
|
||||
|
||||
Reference in New Issue
Block a user