Skip to content

Unit does rolling reset during factory reset with settings file #519

@nseidle

Description

@nseidle

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions