Skip to content

Commit

Permalink
Fix: Setting DTU options was only possible once without reboot
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Apr 3, 2024
1 parent d2d775d commit b55ca53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WebApi_dtu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,5 @@ void WebApiDtuClass::onDtuAdminPost(AsyncWebServerRequest* request)
request->send(response);

_applyDataTask.enable();
_applyDataTask.restart();
}

0 comments on commit b55ca53

Please sign in to comment.