🐛 Reset workDirDepth in cdroot() (#22441)
This commit is contained in:
committed by
GitHub
parent
296d0d495c
commit
4ca5f6da3f
@@ -1024,6 +1024,7 @@ int8_t CardReader::cdup() {
|
||||
void CardReader::cdroot() {
|
||||
workDir = root;
|
||||
flag.workDirIsRoot = true;
|
||||
workDirDepth = 0;
|
||||
TERN_(SDCARD_SORT_ALPHA, presort());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user