add cpu power mode
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user