Skip to content

Commit

Permalink
amend component_metadata: add server protocol implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
bkueng committed Apr 17, 2024
1 parent 9752792 commit 78400f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ void ComponentMetadataServerImpl::set_metadata(
}

_metadata_set = true;
_server_component_impl->mavlink_ftp_server().set_root_directory(_tmp_path);
_server_component_impl->mavlink_ftp_server().set_root_directory(_tmp_path.string());
}

bool ComponentMetadataServerImpl::generate_component_metadata_general_file()
Expand Down

0 comments on commit 78400f5

Please sign in to comment.