power panic: restore dir names
This commit is contained in:
parent
fb6f4c6c8f
commit
3ca7c82e08
1 changed files with 1 additions and 0 deletions
|
@ -8634,6 +8634,7 @@ void restore_print_from_eeprom() {
|
|||
}
|
||||
dir_name[8] = '\0';
|
||||
MYSERIAL.println(dir_name);
|
||||
strcpy(dir_names[i], dir_name);
|
||||
card.chdir(dir_name);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue