mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 00:05:34 +08:00
SYS_HITL: reserve value -1 for external HITL
This commit is contained in:
@@ -70,7 +70,7 @@ then
|
||||
param set SER_TEL2_BAUD 921600
|
||||
fi
|
||||
|
||||
if param compare SYS_HITL 0
|
||||
if ! param greater SYS_HITL 0
|
||||
then
|
||||
tap_esc start -d /dev/ttyS0 -n 4
|
||||
usleep 300000
|
||||
|
||||
Reference in New Issue
Block a user