This commit is contained in:
Patrick Amrhein 2024-03-31 09:40:33 +02:00
parent 8c9bec0958
commit d15a3dd2d0
3 changed files with 147 additions and 321 deletions

View file

@ -1159,7 +1159,6 @@ class RestApi {
mConfig->plugin.zeroExport.groups[group].Kd = jsonIn[F("Kd")];
// Global
mConfig->plugin.zeroExport.groups[group].state = zeroExportState::INIT;
mConfig->plugin.zeroExport.groups[group].stateNext = zeroExportState::INIT;
mApp->saveSettings(false); // without reboot
}
#endif