Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
libc0607 committed Jan 2, 2025
2 parents 2d0180f + 51aa8a1 commit dd6baaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions general/package/wifibroadcast-ng/files/wifibroadcast
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit dd6baaa

Please sign in to comment.