mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
fix(rcS): silence VTX_SER_CFG on boot (#26914)
This commit is contained in:
parent
eb029e6920
commit
1856933bac
@ -633,7 +633,7 @@ else
|
|||||||
#
|
#
|
||||||
# Start the VTX services.
|
# Start the VTX services.
|
||||||
#
|
#
|
||||||
if ! param compare VTX_SER_CFG 0
|
if ! param compare -s VTX_SER_CFG 0
|
||||||
then
|
then
|
||||||
set RC_VTXTABLE ${R}etc/init.d/rc.vtxtable
|
set RC_VTXTABLE ${R}etc/init.d/rc.vtxtable
|
||||||
if [ -f ${RC_VTXTABLE} ]
|
if [ -f ${RC_VTXTABLE} ]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user