-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to Only Reset Matter and Matter related nvs data (CON-1529) #1259
Comments
Can you elaborate more on "only reset matter and matter related nvs data"? Do you mean to only erase the matter specific data? Or are you expecting anything more? esp_matter::factory_reset(), only erases the Matter specific data, but this resets the device (i.e. reboot). |
@shubhamdp I am using same API when I flash code first time and run TC-RR-1.1 it passes the test and next time when I perform factory reset using this API esp_matter::factory_reset(), test case fails on timeout error on step 14. |
Can you please try this, replace the Below patch does the same...
|
Is there any API to reset Matter only and Matter related nvs Data?
The text was updated successfully, but these errors were encountered: