update powersave info (#1733)

* Update cmd_main.c

* Update cmd_main.c
This commit is contained in:
divadiow
2025-07-20 18:25:23 +01:00
committed by GitHub
parent e7db07f7ab
commit f6ec3e3d74

View File

@ -958,7 +958,7 @@ void CMD_Init_Early() {
//cmddetail:"examples":""}
CMD_RegisterCommand("DeepSleep", CMD_DeepSleep, NULL);
//cmddetail:{"name":"PowerSave","args":"[Optional 1 or 0, by default 1 is assumed]",
//cmddetail:"descr":"Enables dynamic power saving mode on Beken N/T, BL602, W600, W800 and LN882H. In the case of LN882H PowerSave will not work as a startup command, so use in autoexec. On LN882H PowerSave 1 = light sleep and Powersave >1 (eg PowerSave 2) = deeper sleep. On LN882H PowerSave 1 should be used if BL0937 metering is present. On all supported platforms PowerSave 0 can be used to disable power saving.",
//cmddetail:"descr":"Enables dynamic power saving mode on all platforms with the exception of TR6260. On LN882H PowerSave 1 = light sleep and Powersave >1 (eg PowerSave 2) = deeper sleep. On LN882H PowerSave 1 should be used if BL0937 metering is present. On all supported platforms PowerSave 0 can be used to disable power saving.",
//cmddetail:"fn":"CMD_PowerSave","file":"cmnds/cmd_main.c","requires":"",
//cmddetail:"examples":""}
CMD_RegisterCommand("PowerSave", CMD_PowerSave, NULL);