Fix file browser navigation for non-ASCII folder names (#178)

## Summary

* **What is the goal of this PR?**

Fix file browser failing to navigate into subdirectories with non-ASCII
(Korean/Unicode) folder names.

* **What changes are included?**

- Enable UTF-8 long file names in SdFat (`USE_UTF8_LONG_NAMES=1`)
- Add directory validation before iterating files
- Add `rewindDirectory()` call for stability

## Additional Context
This commit is contained in:
Eunchurn Park
2025-12-31 07:08:31 +09:00
committed by GitHub
parent 941643cf97
commit 93226c9fbb
2 changed files with 10 additions and 0 deletions

View File

@@ -26,6 +26,8 @@ build_flags =
-DXML_GE=0
-DXML_CONTEXT_BYTES=1024
-std=c++2a
# Enable UTF-8 long file names in SdFat
-DUSE_UTF8_LONG_NAMES=1
; Board configuration
board_build.flash_mode = dio