mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-30 02:36:20 +02:00
possible fix ref issue #162
This commit is contained in:
parent
3376671f8e
commit
aa1c498524
1 changed files with 1 additions and 0 deletions
|
@ -329,6 +329,7 @@ void web::showSave(void) {
|
|||
iv->chMaxPwr[j] = mWeb->arg("inv" + String(i) + "ModPwr" + String(j)).toInt() & 0xffff;
|
||||
mWeb->arg("inv" + String(i) + "ModName" + String(j)).toCharArray(iv->chName[j], MAX_NAME_LENGTH);
|
||||
}
|
||||
iv->initialized = true;
|
||||
}
|
||||
if(mWeb->arg("invInterval") != "")
|
||||
mConfig->sendInterval = mWeb->arg("invInterval").toInt();
|
||||
|
|
Loading…
Add table
Reference in a new issue