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
quickfix for tx id
This commit is contained in:
@@ -342,7 +342,7 @@ function handleData(ws, receivedData) {
|
|||||||
|
|
||||||
// Get the received TX info
|
// Get the received TX info
|
||||||
const currentTx = fetchTx(dataToSend.freq, dataToSend.pi, dataToSend.ps);
|
const currentTx = fetchTx(dataToSend.freq, dataToSend.pi, dataToSend.ps);
|
||||||
if(currentTx.station !== undefined) {
|
if(currentTx?.station !== undefined) {
|
||||||
dataToSend.txInfo = {
|
dataToSend.txInfo = {
|
||||||
station: currentTx.station,
|
station: currentTx.station,
|
||||||
pol: currentTx.pol,
|
pol: currentTx.pol,
|
||||||
|
|||||||
Reference in New Issue
Block a user