mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-06 12:41:37 +02:00
0.8.4
* introduced tabs in WebGUI (inverter settings) * added inverter-wise power level and frequency
This commit is contained in:
parent
c98d35d7c4
commit
efdac9634f
15 changed files with 241 additions and 80 deletions
|
@ -519,8 +519,6 @@ class Web {
|
|||
}
|
||||
}
|
||||
|
||||
// nrf24 amplifier power
|
||||
mConfig->nrf.amplifierPower = request->arg("rf24Power").toInt() & 0x03;
|
||||
mConfig->nrf.enabled = (request->arg("nrfEnable") == "on");
|
||||
|
||||
// cmt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue