mirror of https://github.com/OpenIPC/firmware.git
Update telemetry (#1033)
parent
a3dcc9d278
commit
1ea45f0b37
|
@ -60,7 +60,7 @@ start_all() {
|
|||
if [ ${router} -eq 1 ] || [ ${fw} = "lte" ]; then
|
||||
/usr/bin/mavlink-routerd -c /etc/mavlink.conf ${MAVROUTARG} &
|
||||
else
|
||||
mavfwd --master ${serial} --baudrate ${baud} --out 127.0.0.1:${port_tx} --in 127.0.0.1:${port_rx} &
|
||||
mavfwd --channels ${channels} --master ${serial} --baudrate ${baud} --out 127.0.0.1:${port_tx} --in 127.0.0.1:${port_rx} &
|
||||
fi
|
||||
echo "Done."
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue