added deck.hwinfo module

This commit is contained in:
Luxferre
2025-12-23 00:09:58 +02:00
parent ebbf0fbbe6
commit 97de31f2ad
3 changed files with 33 additions and 1 deletions
+1 -1
View File
@@ -7,7 +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.hwinfo import
from deck.hwinfo import board_id, battery_v
from app.ed import edit, view
try:
from deck import net