mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Plane: Add missing @RebootRequired: True
This commit is contained in:
parent
a1479c4138
commit
405e0bb9d9
@ -914,6 +914,7 @@ const AP_Param::Info Plane::var_info[] = {
|
||||
// @Description: This enables and disables hardware in the loop mode. If HIL_MODE is 1 then on the next reboot all sensors are replaced with HIL sensors which come from the GCS.
|
||||
// @Values: 0:Disabled,1:Enabled
|
||||
// @User: Advanced
|
||||
// @RebootRequired: True
|
||||
GSCALAR(hil_mode, "HIL_MODE", 0),
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user