added commander actions for logfile and image downlink
This commit is contained in:
@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user