Update wifibroadcast

pull/1659/head
viktorxda 2025-01-01 18:29:21 +01:00 committed by GitHub
parent 256a0b1634
commit 51aa8a12ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -117,11 +117,11 @@ start_telemetry() {
if [ "$t_router" = "msposd" ]; then
echo "- Starting $t_router"
msposd --baudrate 115200 ---channels 8 -osd --ahi 0 -r "$t_osd_fps" \
msposd --baudrate 115200 --channels 8 -osd --ahi 0 -r "$t_osd_fps" \
--master "$t_serial" --out 10.5.0.1:"$t_port_tx" > /dev/null &
elif [ "$t_router" = "mavfwd" ]; then
echo "- Starting $t_router"
mavfwd --baudrate 115200 ---channels 8 -p 100 -a 15 -t \
mavfwd --baudrate 115200 --channels 8 -p 100 -a 15 -t \
--master "$t_serial" --in 0.0.0.0:"$t_port_rx" --out 10.5.0.1:"$t_port_tx" > /dev/null &
fi
}