change mem spiffs tree to show id number in decimal. Previously shown in hex.

This commit is contained in:
iceman1001 2025-02-23 21:05:09 +01:00
commit 14d50f7ac5
3 changed files with 30 additions and 21 deletions

View file

@ -658,7 +658,7 @@ void rdv40_spiffs_safe_print_tree(void) {
}
}
Dbprintf("[%04x] " _YELLOW_("%5i") " B |-- %s%s", pe->obj_id, pe->size, pe->name, resolvedlink);
Dbprintf("[%04u] " _YELLOW_("%5i") " B |-- %s%s", pe->obj_id, pe->size, pe->name, resolvedlink);
printed = true;
}
if (printed == false) {