This commit is contained in:
Nav
2021-06-30 03:10:27 +01:00
parent e1962ba61a
commit 21bf197801
4 changed files with 10 additions and 9 deletions

View File

@@ -237,7 +237,6 @@ void TargetController::resume() {
std::bind(&TargetController::onSetPinStateEvent, this, std::placeholders::_1)
);
Logger::debug("TC resumed");
this->state = TargetControllerState::ACTIVE;
this->eventManager.triggerEvent(
std::make_shared<TargetControllerStateReported>(this->state)