applications/luci-livestats: Correct units for the S/N ratio (dB) (#82)
This commit is contained in:
parent
f115f8f514
commit
2b72695736
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
[ function(data) {
|
||||
return parseFloat(data["Signal level"])
|
||||
- parseFloat(data["Noise level"]);
|
||||
}, "S/N (dBm)"],
|
||||
}, "S/N (dB)"],
|
||||
|
||||
// Graph layout options
|
||||
{ drawBackground: false, yAxis: [ 0, 50 ],
|
||||
|
|
Loading…
Reference in a new issue