You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While doing a factory reset, using the settings file (sizeOfSettings= 1method) device will Factory Reset, reset, then show Factor Reset again.
This is caused because the sdSemaphore is already taken while the settings file is being loaded (and sizeOfSettings is read from the file) when the factoryReset() is issued. The solution is to make factoryReset aware of the state of the sdSemaphore.
The text was updated successfully, but these errors were encountered:
While doing a factory reset, using the settings file (
sizeOfSettings= 1
method) device will Factory Reset, reset, then show Factor Reset again.This is caused because the sdSemaphore is already taken while the settings file is being loaded (and sizeOfSettings is read from the file) when the factoryReset() is issued. The solution is to make factoryReset aware of the state of the sdSemaphore.
The text was updated successfully, but these errors were encountered: