add cpu power mode

This commit is contained in:
PaulVua
2026-01-15 14:13:41 +01:00
parent 994bbf7a8d
commit 8291475e36
8 changed files with 565 additions and 5 deletions

View File

@@ -52,7 +52,8 @@ config_entries = [
("NOISE", "0", "bool"),
("modem_version", "XXX", "str"),
("language", "fr", "str"),
("wifi_power_saving", "0", "bool")
("wifi_power_saving", "0", "bool"),
("cpu_power_mode", "normal", "str")
]
for key, value, value_type in config_entries: