implemented a simple menu helper

This commit is contained in:
Luxferre
2025-12-28 09:02:49 +02:00
parent dd002d0369
commit f12d149287
3 changed files with 61 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ 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.menu import menu
from deck.time import *
from deck.hwinfo import board_id, battery_v, cpu_f, REAL_HW
from deck.http import wget, wput, http_fetch, http_set_ua