- serice:
    renamed function and variable
- settings:
    add test value 5 sec for auto_power_off timer

*DESKTOP*
- settings|service
    add USB_inhibit for desktop_auto_lock
    (dont autolock desktop with different condition)
    PS. RPC condition now working now.
This commit is contained in:
Dmitry422
2025-01-15 01:33:49 +07:00
parent ec75de0320
commit cf50875c5c
9 changed files with 86 additions and 22 deletions

View File

@@ -44,7 +44,7 @@ void power_settings_load(PowerSettings* settings) {
POWER_SETTINGS_VER_0);
if(success) {
settings->p_auto_poweroff_delay_ms = 0;
settings->auto_poweroff_delay_ms = 0;
}
free(settings_v0);