We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021083a commit 99030beCopy full SHA for 99030be
main.cpp
@@ -226,7 +226,7 @@ int main(void)
226
return -1;
227
}
228
229
- // optional Device resource for running factory reset for the device. Path of this resource will be: 3/0/6.
+ // optional Device resource for running factory reset for the device. Path of this resource will be: 3/0/5.
230
m2m_factory_reset_res = M2MInterfaceFactory::create_device()->create_resource(M2MDevice::FactoryReset);
231
if (m2m_factory_reset_res) {
232
m2m_factory_reset_res->set_execute_function(factory_reset);
0 commit comments