mirror of https://github.com/OpenIPC/firmware.git
Stop rendering OSD on air when GS selected for OSD render
parent
b9c7dc923f
commit
1487ed8688
general/package/datalink/files
|
@ -46,7 +46,7 @@ case "$1" in
|
||||||
-osd -r "$fps" --ahi "$ahi" > /dev/null &
|
-osd -r "$fps" --ahi "$ahi" > /dev/null &
|
||||||
elif [ "$router" -eq 3 ]; then
|
elif [ "$router" -eq 3 ]; then
|
||||||
msposd --channels "$channels" --master "$serial" --baudrate "$baud" \
|
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
|
else
|
||||||
mavfwd --channels "$channels" --master "$serial" --baudrate "$baud" -p 100 -t -a "$aggregate" \
|
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 &
|
--out 127.0.0.1:$port_tx --in 127.0.0.1:$port_rx > /dev/null &
|
||||||
|
|
Loading…
Reference in New Issue