* 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:
lumapu 2023-11-19 14:25:57 +01:00
parent 49ef94cb7a
commit b7f0e683ec
13 changed files with 75 additions and 50 deletions

View file

@ -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];