Skip to content

Commit

Permalink
[app] Implement factory reset in light app (#2685)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjc13 authored Sep 16, 2020
1 parent fa20ed7 commit 5a31db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lighting-app/nrf5/main/AppTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ void AppTask::FunctionTimerEventHandler(AppEvent * aEvent)
{
// Actually trigger Factory Reset
sAppTask.mFunction = kFunction_NoneSelected;
NRF_LOG_INFO("Factory reset is not implemented");
ConfigurationMgr().InitiateFactoryReset();
}
}

Expand Down

0 comments on commit 5a31db5

Please sign in to comment.