Skip to content

Commit

Permalink
Set old socket name
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoColli committed Nov 28, 2024
1 parent 35f9b6e commit fc0f56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainloop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ bool Mainloop::add_endpoints(const Configuration &config)

// Create command server endpoint
// TODO add config (ie address of the socket and enable/disable option)
g_commands_fd = command_us_open("/tmp/mavlink-router.sock");
g_commands_fd = command_us_open("/tmp/mavlink_router_pipe");

// Create Log endpoint
auto conf = config.log_config;
Expand Down

0 comments on commit fc0f56a

Please sign in to comment.