this should be it

This commit is contained in:
Robin Müller 2024-04-30 19:48:58 +02:00
parent ecea83fc4b
commit 6e4abc44d2

View File

@ -336,6 +336,7 @@ pub fn move_images_inside_home_dir_to_low_prio_ground_dir(
}
// TODO no idea if this works in any way shape or form
#[allow(dead_code)]
pub fn get_latest_image(index: usize) -> Result<PathBuf, std::io::Error> {
// Get the most recently modified file
let mut png_files = std::fs::read_dir(HOME_FOLDER_EXPERIMENT)?