diff --git a/applications/settings/power_settings_app/scenes/power_settings_scene_shutdown_idle.c b/applications/settings/power_settings_app/scenes/power_settings_scene_shutdown_idle.c index 30304bec6..7b0bea340 100644 --- a/applications/settings/power_settings_app/scenes/power_settings_scene_shutdown_idle.c +++ b/applications/settings/power_settings_app/scenes/power_settings_scene_shutdown_idle.c @@ -1,14 +1,14 @@ #include "../power_settings_app.h" #include -#define SHUTDOWN_IDLE_DELAY_COUNT 8 +#define SHUTDOWN_IDLE_DELAY_COUNT 9 #define SCENE_EVENT_SELECT_SHUTDOWN_IDLE_DELAY 0 const char* const shutdown_idle_delay_text[SHUTDOWN_IDLE_DELAY_COUNT] = - {"OFF", "15min", "30min", "1h", "6h", "12h", "24h", "48h"}; + {"OFF", "15min", "30min", "1h", "2h", "6h", "12h", "24h", "48h"}; const uint32_t shutdown_idle_delay_value[SHUTDOWN_IDLE_DELAY_COUNT] = - {0, 900000, 1800000, 3600000, 21600000, 43200000, 86400000, 172800000}; + {0, 900000, 1800000, 3600000, 7200000, 21600000, 43200000, 86400000, 172800000}; static void power_settings_scene_shutodwn_idle_callback(void* context, uint32_t index) { PowerSettingsApp* app = context; diff --git a/firmware/targets/f7/api_symbols.csv b/firmware/targets/f7/api_symbols.csv index 1cfa1cc9e..f853a5a25 100644 --- a/firmware/targets/f7/api_symbols.csv +++ b/firmware/targets/f7/api_symbols.csv @@ -1,5 +1,5 @@ entry,status,name,type,params -Version,+,8.42,, +Version,+,8.41,, Header,+,applications/services/bt/bt_service/bt.h,, Header,+,applications/services/cli/cli.h,, Header,+,applications/services/cli/cli_vcp.h,, diff --git a/lib/scons b/lib/scons new file mode 160000 index 000000000..c2d1f09f6 --- /dev/null +++ b/lib/scons @@ -0,0 +1 @@ +Subproject commit c2d1f09f615a9ef3fb5497a7e8e5ee2c900d21a7