mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fix reported file/link names when mem spiffs wipe
This commit is contained in:
parent
9f4a02808b
commit
7b99bfa3d6
2 changed files with 3 additions and 2 deletions
|
@ -683,10 +683,10 @@ void rdv40_spiffs_safe_wipe(void) {
|
|||
read_from_spiffs((char *)pe->name, (uint8_t *)linkdest, SPIFFS_OBJ_NAME_LEN);
|
||||
|
||||
remove_from_spiffs(linkdest);
|
||||
Dbprintf(".lnk removed %s", pe->name);
|
||||
Dbprintf("removed %s", linkdest);
|
||||
|
||||
remove_from_spiffs((char *)pe->name);
|
||||
Dbprintf("removed %s", linkdest);
|
||||
Dbprintf(".lnk removed %s", pe->name);
|
||||
|
||||
} else {
|
||||
remove_from_spiffs((char *)pe->name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue