mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 23:18:35 -07:00
Enable IR autodetect by default --nobuild
This commit is contained in:
Submodule applications/external updated: e0cf1c734b...0935a4a906
@@ -30,7 +30,7 @@ void infrared_last_settings_load(InfraredLastSettings* instance) {
|
|||||||
|
|
||||||
bool temp_extpower = false;
|
bool temp_extpower = false;
|
||||||
bool temp_extout = 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 &&
|
if(FSE_OK == storage_sd_status(storage) && INFRARED_LAST_SETTINGS_PATH &&
|
||||||
flipper_format_file_open_existing(fff_data_file, INFRARED_LAST_SETTINGS_PATH)) {
|
flipper_format_file_open_existing(fff_data_file, INFRARED_LAST_SETTINGS_PATH)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user