Fix: Setting DTU options was only possible once without reboot
Fix #1884
This commit is contained in:
parent
d2d775d687
commit
b55ca53d1d
@ -176,4 +176,5 @@ void WebApiDtuClass::onDtuAdminPost(AsyncWebServerRequest* request)
|
||||
request->send(response);
|
||||
|
||||
_applyDataTask.enable();
|
||||
_applyDataTask.restart();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user