Skip to content

Commit

Permalink
remove unneeded logic
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed Nov 10, 2024
1 parent 1cf0f63 commit 364f7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core1_task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ pub fn core_1_task(
};

let is_cptv = flash_storage.has_cptv_files(false);
let mut made_startup_status_recording = is_cptv && has_files_to_offload;
let mut made_startup_status_recording = is_cptv;

let current_recording_window =
device_config.next_or_current_recording_window(&synced_date_time.date_time_utc);
Expand Down

0 comments on commit 364f7ec

Please sign in to comment.