mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-05-25 16:24:31 +00:00
c1c10e9ba3
fds_util event handler was ignoring all the events related to peer_manager files and that was causing a deadlock while waiting for record deletion that in turn caused a wdt reset, usually this resulted in a partially done factory reset. The fix adds a `ignore_pm` flag to op_info struct that gets cleared by fds_wipe allowing for a true reset to happen.