Added camera temperature to the OSD (#1469)

pull/1475/head
MarioFPV 2024-06-17 12:49:41 +01:00 committed by GitHub
parent 5df1b9f611
commit bbe9f6809a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ case "$1" in
if [ "$router" -eq 1 ] || [ "$fw" = "lte" ]; then
mavlink-routerd -c /etc/mavlink.conf > /dev/null 2>&1 &
else
mavfwd --channels "$channels" --master "$serial" --baudrate "$baud" -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 &
fi
if [ "$fw" = "fpv" ] || [ "$fw" = "venc" ]; then