Fix: Unable to CMT transmit power in WebApp
The pa_level was sent as string instead of a number. fixes #2299
This commit is contained in:
parent
a3bd6dd7fb
commit
5c460e26c9
@ -48,7 +48,7 @@
|
|||||||
<input
|
<input
|
||||||
type="range"
|
type="range"
|
||||||
class="form-control form-range"
|
class="form-control form-range"
|
||||||
v-model="dtuConfigList.cmt_palevel"
|
v-model.number="dtuConfigList.cmt_palevel"
|
||||||
min="-10"
|
min="-10"
|
||||||
max="20"
|
max="20"
|
||||||
id="inputCmtPaLevel"
|
id="inputCmtPaLevel"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user