mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 22:58:10 +08:00
rcS:FMU V5 mini disable px4io
This commit is contained in:
committed by
Lorenz Meier
parent
ea96501e8c
commit
45cf4d49f9
@@ -372,8 +372,10 @@ else
|
||||
then
|
||||
# Check for the mini using build with px4io fw file
|
||||
# but not a px4IO
|
||||
if ! ver hwtypecmp V540
|
||||
if ver hwtypecmp V540
|
||||
then
|
||||
param set SYS_USE_IO 0
|
||||
else
|
||||
if px4io checkcrc ${IOFW}
|
||||
then
|
||||
set IO_PRESENT yes
|
||||
|
||||
Reference in New Issue
Block a user