@Chrisian wrote:
Anyone who can point me to where i can modify the mission planner code to download the logs automatically after every flight. I'm not new to programming but there are a lot of code and i can't seem to find the bit where they handle the log download. I want to put something like
if(armed){
downloadLogAfterLanding=true};if(!armed & downloadLogAfterLanding & allowdownload){
"download latest log";
downloadLogAfterLanding=false;
}I have a odroid permanently connected to the pixhawk configured to use mavlink.
Posts: 5
Participants: 3