mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-14 08:31:38 +02:00
0.8.10
* fix Mi and HM inverter communication #1235 * added privacy mode option #1211 * changed serial debug option to work without reboot
This commit is contained in:
parent
49ef94cb7a
commit
b7f0e683ec
13 changed files with 75 additions and 50 deletions
|
@ -559,6 +559,7 @@ class Web {
|
|||
|
||||
// serial console
|
||||
mConfig->serial.debug = (request->arg("serDbg") == "on");
|
||||
mConfig->serial.privacyLog = (request->arg("priv") == "on");
|
||||
mConfig->serial.showIv = (request->arg("serEn") == "on");
|
||||
|
||||
// display
|
||||
|
@ -634,7 +635,6 @@ class Web {
|
|||
{
|
||||
Inverter<> *iv;
|
||||
record_t<> *rec;
|
||||
statistics_t *stat;
|
||||
String promUnit, promType;
|
||||
String metrics;
|
||||
char type[60], topic[100], val[25];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue