mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-02-18 05:35:25 +00:00
Fixed removal of price config row
This commit is contained in:
@@ -1521,6 +1521,7 @@ void AmsWebServer::handleSave() {
|
||||
|
||||
ps->setPriceConfig(i, pc);
|
||||
}
|
||||
ps->cropPriceConfig(count);
|
||||
ps->save();
|
||||
} else {
|
||||
if(debugger->isActive(RemoteDebug::WARNING)) debugger->printf_P(PSTR("Price service missing...\n"));
|
||||
|
||||
Reference in New Issue
Block a user