Stop rendering OSD on air when GS selected for OSD render

pull/1693/head
Ram 2025-01-30 20:03:21 +05:30
parent b9c7dc923f
commit 1487ed8688
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ case "$1" in
-osd -r "$fps" --ahi "$ahi" > /dev/null &
elif [ "$router" -eq 3 ]; then
msposd --channels "$channels" --master "$serial" --baudrate "$baud" \
--out 10.5.0.1:$(($port_tx + 1)) -osd -r "$fps" > /dev/null &
--out 10.5.0.1:$(($port_tx + 1)) -r "$fps" > /dev/null &
else
mavfwd --channels "$channels" --master "$serial" --baudrate "$baud" -p 100 -t -a "$aggregate" \
--out 127.0.0.1:$port_tx --in 127.0.0.1:$port_rx > /dev/null &