added commander actions for logfile and image downlink

This commit is contained in:
lkoester
2024-04-25 16:50:08 +02:00
parent 2566050b3b
commit 279fa42f31
4 changed files with 26 additions and 3 deletions
pytmtc/opssat_tmtc
src

@ -295,7 +295,7 @@ pub mod tasks {
}
pub fn create_low_priority_ground_dir() {
log::debug!("Creating low priority to ground directory");
log::info!("Creating low priority to ground directory");
if !Path::new(TO_GROUND_LP_FOLDER_EXPERIMENT).exists()
&& std::fs::create_dir_all(TO_GROUND_LP_FOLDER_EXPERIMENT).is_err()
{