Hi Guys,
I have written a program to upload/download mission items to/from my autopilot. Now I am looking for some way to determine if my program or some other program was used to upload the last mission. Do any mechanism exist for checking this?
My current idea is to just write some value in param2 (unused) of the MAV_CMD_NAV_TAKEOFF item (which is always include in my flight plans) and when downloading check for this value again. Would this work and more importantly is this safe to do?
Any other suggestions on how this could be achieved?