mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-24 03:37:12 +02:00
0.7.14
* fix Contrast for Nokia Display #1041 * attempt to fix #1016 by improving inverter status * added option to adjust effiency for yield (day/total) #1028
This commit is contained in:
parent
ac57e16902
commit
c9d705baa4
10 changed files with 63 additions and 29 deletions
|
@ -525,6 +525,8 @@ class Web {
|
|||
mConfig->inst.rstValsCommStop = (request->arg("invRstComStop") == "on");
|
||||
mConfig->inst.rstValsNotAvail = (request->arg("invRstNotAvail") == "on");
|
||||
mConfig->inst.startWithoutTime = (request->arg("strtWthtTm") == "on");
|
||||
mConfig->inst.yieldEffiency = (request->arg("yldEff")).toFloat();
|
||||
|
||||
|
||||
// pinout
|
||||
uint8_t pin;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue