Modified to use new FILE_TRANSFER_PROTOCOL message

- Also corrected system/component id transmit/check
This commit is contained in:
Don Gagne
2014-08-27 17:14:49 -07:00
parent 96f5a823e9
commit 0eea110f6f
3 changed files with 30 additions and 25 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ MavlinkReceiver::handle_message(mavlink_message_t *msg)
handle_message_request_data_stream(msg);
break;
case MAVLINK_MSG_ID_ENCAPSULATED_DATA:
case MAVLINK_MSG_ID_FILE_TRANSFER_PROTOCOL:
MavlinkFTP::getServer()->handle_message(_mavlink, msg);
break;