Skip to content

Commit

Permalink
add another serial port
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Sep 11, 2024
1 parent 3a6ef7e commit 8306e3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/telemetry/settings/documentedparam.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,8 @@ static std::vector<std::shared_ptr<XParam>> get_parameters_list(){
{"/dev/ttyUSB0","/dev/ttyUSB0"},
{"/dev/ttyACM0","/dev/ttyACM0"},
{"/dev/ttyACM1","/dev/ttyACM1"},
{"/dev/ttyS7","/dev/ttyS7"}
{"/dev/ttyS7","/dev/ttyS7"},
{"/dev/ttyAMA4","//dev/ttyAMA4"}
};
append_string(ret,"FC_UART_CONN",ImprovedStringSetting{fc_uart_conn_values},
"Telemetry FC<->Air unit. Make sure FC_UART_BAUD matches your FC. DEFAULT - primary telemetry serial of this platform (see wiki)."
Expand Down

0 comments on commit 8306e3c

Please sign in to comment.