mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-25 12:17:12 +02:00
fix littefs
This commit is contained in:
parent
faa28ce1a8
commit
c44eedb8c7
6 changed files with 57 additions and 45 deletions
|
@ -366,7 +366,7 @@ void web::showSave(AsyncWebServerRequest *request) {
|
|||
|
||||
|
||||
// inverter
|
||||
/*Inverter<> *iv;
|
||||
Inverter<> *iv;
|
||||
for(uint8_t i = 0; i < MAX_NUM_INVERTERS; i ++) {
|
||||
iv = mMain->mSys->getInverterByPos(i, false);
|
||||
// address
|
||||
|
@ -390,7 +390,8 @@ void web::showSave(AsyncWebServerRequest *request) {
|
|||
request->arg("inv" + String(i) + "ModName" + String(j)).toCharArray(iv->config->chName[j], MAX_NAME_LENGTH);
|
||||
}
|
||||
iv->initialized = true;
|
||||
}*/
|
||||
}
|
||||
|
||||
if(request->arg("invInterval") != "")
|
||||
mConfig->nrf.sendInterval = request->arg("invInterval").toInt();
|
||||
if(request->arg("invRetry") != "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue