mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-09 13:24:38 +00:00
update
This commit is contained in:
parent
0d28b906f7
commit
124172f6f0
1 changed files with 2 additions and 2 deletions
|
@ -198,8 +198,8 @@ const changeSat = async (sat: any) => {
|
||||||
freqFlag = true
|
freqFlag = true
|
||||||
state.tx = parseFloat(e.uplink)
|
state.tx = parseFloat(e.uplink)
|
||||||
state.rx = parseFloat(e.downlink)
|
state.rx = parseFloat(e.downlink)
|
||||||
state.txTone = parseFloat(state.CTCSSOption.reduce((_e: any)=>{
|
state.txTone = parseFloat(state.CTCSSOption.reduce((_e: any, _n: any)=>{
|
||||||
return e.mode.indexOf(_e) != -1 ? _e : 0
|
return e.mode.indexOf(_n) != -1 ? _n : _e
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue