Skip to content

Commit

Permalink
core: Move Mavlink FTP logic into core
Browse files Browse the repository at this point in the history
This way FTP can be used in the plugin but also by other plugins such as
component information server.
  • Loading branch information
julianoes committed Feb 18, 2022
1 parent bd3f142 commit 1dcc4db
Show file tree
Hide file tree
Showing 7 changed files with 1,714 additions and 1,379 deletions.
1 change: 1 addition & 0 deletions src/mavsdk/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ target_sources(mavsdk
mavlink_channels.cpp
mavlink_command_receiver.cpp
mavlink_command_sender.cpp
mavlink_ftp.cpp
mavlink_mission_transfer.cpp
mavlink_parameters.cpp
mavlink_receiver.cpp
Expand Down
Loading

0 comments on commit 1dcc4db

Please sign in to comment.