Enable IR autodetect by default --nobuild

This commit is contained in:
Willy-JL
2024-02-02 08:30:32 +00:00
parent d6e2bdb738
commit cf247aa963
2 changed files with 2 additions and 2 deletions

View File

@@ -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)) {