From acdc2d64ecf2ccaed0cf2e4abe60d13b4540b3e6 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Thu, 9 Oct 2025 14:51:54 +0200 Subject: [PATCH] Comments --- .../apps/com.micropythonos.filemanager/assets/file_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal_filesystem/apps/com.micropythonos.filemanager/assets/file_manager.py b/internal_filesystem/apps/com.micropythonos.filemanager/assets/file_manager.py index fb68bf1d..498f938e 100644 --- a/internal_filesystem/apps/com.micropythonos.filemanager/assets/file_manager.py +++ b/internal_filesystem/apps/com.micropythonos.filemanager/assets/file_manager.py @@ -14,7 +14,7 @@ class FileManager(Activity): #self.file_explorer.explorer_open_dir('/') #self.file_explorer.explorer_open_dir('M:data/images/') #self.file_explorer.explorer_open_dir('M:/') - self.file_explorer.explorer_open_dir('M:/') # unicode error on desktop? + self.file_explorer.explorer_open_dir('M:/') # unicode error on desktop, maybe reoccurence of https://github.com/lvgl-micropython/lvgl_micropython/issues/398 https://github.com/lvgl-micropython/lvgl_micropython/pull/399 #self.file_explorer.explorer_open_dir('M:data/images/') #self.file_explorer.explorer_open_dir('P:.') # POSIX works on desktop, fs_driver doesn't because it doesn't have dir_open, dir_read, dir_close #self.file_explorer.explorer_open_dir('P:/tmp') # POSIX works, fs_driver doesn't because it doesn't have dir_open, dir_read, dir_close