diff --git a/applications/external b/applications/external index e0cf1c734..0935a4a90 160000 --- a/applications/external +++ b/applications/external @@ -1 +1 @@ -Subproject commit e0cf1c734b4360be37583b4a27d60eb8331c0021 +Subproject commit 0935a4a9069116a7fe770605c77519e027ddf28b diff --git a/applications/main/infrared/infrared_last_settings.c b/applications/main/infrared/infrared_last_settings.c index 509e85033..d745b0b35 100644 --- a/applications/main/infrared/infrared_last_settings.c +++ b/applications/main/infrared/infrared_last_settings.c @@ -30,7 +30,7 @@ void infrared_last_settings_load(InfraredLastSettings* instance) { bool temp_extpower = false; bool temp_extout = false; - bool temp_auto_detect = false; + bool temp_auto_detect = true; if(FSE_OK == storage_sd_status(storage) && INFRARED_LAST_SETTINGS_PATH && flipper_format_file_open_existing(fff_data_file, INFRARED_LAST_SETTINGS_PATH)) {