added cpu_f

This commit is contained in:
Luxferre
2025-12-23 22:02:44 +02:00
parent c95c1dd702
commit 67e906bb19
3 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ 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.time import *
from deck.hwinfo import board_id, battery_v, REAL_HW
from deck.hwinfo import board_id, battery_v, cpu_f, REAL_HW
from deck.http import wget, http_fetch, http_set_ua
from app.ed import edit, view
try: