implemented microSD mount/unmount functions

This commit is contained in:
Luxferre
2025-12-22 23:54:41 +02:00
parent 7c6a4823df
commit ebbf0fbbe6
3 changed files with 28 additions and 3 deletions
+3 -2
View File
@@ -3,10 +3,11 @@
# Usage: from tdeckboot import *
# Created by Luxferre in 2025, released into public domain
from deck.fs import unlock_rootfs, lock_rootfs, env, rnd, sync
from deck.fs import du, df, sep, pwd, ls, md, cd, rd, rm, mv, cp
from deck.fs import unlock_rootfs, lock_rootfs, mount_sd, umount_sd, env, rnd
from deck.fs import du, df, sep, pwd, ls, md, cd, rd, rm, mv, cp, sync
from deck.input import input, input_multi
from deck.pager import print_paged, term_size
# from deck.hwinfo import
from app.ed import edit, view
try:
from deck import net