added commander actions for logfile and image downlink
This commit is contained in:
@ -291,7 +291,7 @@ impl IMS100BatchHandler {
|
||||
},
|
||||
};
|
||||
let output = self.take_picture(param)?;
|
||||
debug!("Sending action reply!");
|
||||
info!("Sending action reply!");
|
||||
send_data_reply(self.id, output.stdout, &self.stamp_helper, &self.tm_tx)?;
|
||||
self.action_reply_tx
|
||||
.send(GenericMessage::new(
|
||||
|
Reference in New Issue
Block a user