From f6ec3e3d74a9ecb44e4a077976e684fb316fe826 Mon Sep 17 00:00:00 2001 From: divadiow <62958974+divadiow@users.noreply.github.com> Date: Sun, 20 Jul 2025 18:25:23 +0100 Subject: [PATCH] update powersave info (#1733) * Update cmd_main.c * Update cmd_main.c --- src/cmnds/cmd_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmnds/cmd_main.c b/src/cmnds/cmd_main.c index 8919697d6..0ad0b2850 100644 --- a/src/cmnds/cmd_main.c +++ b/src/cmnds/cmd_main.c @@ -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);