mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-20 04:54:45 -07:00
*POWER*
- 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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user