Merge branch 'main' into dev

# Conflicts:
#	tools/esp8266/app.cpp
#	tools/esp8266/hmInverters.h
#	tools/esp8266/hmSystem.h

* added missing files
This commit is contained in:
lumapu 2022-04-27 23:27:52 +02:00
commit 5844795447
11 changed files with 913 additions and 565 deletions

View file

@ -482,7 +482,7 @@ void app::saveValues(bool webSend = true) {
// type
mWeb->arg("inv" + String(i) + "Type").toCharArray(buf, 20);
uint8_t type = atoi(buf);
mEep->write(ADDR_INV_TYPE + (i * MAX_NAME_LENGTH), type);
mEep->write(ADDR_INV_TYPE + i, type);
}
interval = mWeb->arg("invInterval").toInt();