Merge branch 'master' into fix_spiffs_tree_linkname

Signed-off-by: Iceman <iceman@iuse.se>
This commit is contained in:
Iceman 2024-11-21 18:48:58 +01:00 committed by GitHub
commit f66d5970be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View file

@ -686,10 +686,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);