Update rootfs_script.sh

pull/1681/head
Huang jinlong 2024-12-14 21:49:34 +08:00 committed by GitHub
parent ecfd757487
commit 043022eb58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 2 deletions

View File

@ -178,7 +178,7 @@ image:
saturation: 50
luminance: auto
osd:
enabled: true
enabled: false
template: "%Y-%m-%d %H:%M:%S"
posX: 16
posY: 16
@ -246,6 +246,10 @@ outgoing:
naluSize: 1200
EOF
#######################################################################################################################
# msposd加入日期 fps 和摄像头温度
sed -i '/--out 127.0.0.1:$(($port_tx + 1)) -osd -r "$fps" --ahi "$ahi" > \/dev\/null &/a echo "&L20 &F30 CPU:&C &B temp:&T &t " >/tmp/MSPOSD.msg' "${TARGET_DIR}/usr/bin/telemetry"
#######################################################################################################################