Skip to content

Commit eeab677

Browse files
authored
Merge pull request #119 from cvasilak/fix.path
fix comment for factory reset, should be /3/0/5
2 parents 021083a + 99030be commit eeab677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ int main(void)
226226
return -1;
227227
}
228228

229-
// optional Device resource for running factory reset for the device. Path of this resource will be: 3/0/6.
229+
// optional Device resource for running factory reset for the device. Path of this resource will be: 3/0/5.
230230
m2m_factory_reset_res = M2MInterfaceFactory::create_device()->create_resource(M2MDevice::FactoryReset);
231231
if (m2m_factory_reset_res) {
232232
m2m_factory_reset_res->set_execute_function(factory_reset);

0 commit comments

Comments
 (0)