Browse Source

Plane: Enable scripting parameters

master
Michael du Breuil 6 years ago committed by WickedShell
parent
commit
183640789d
  1. 3
      ArduPlane/Parameters.cpp

3
ArduPlane/Parameters.cpp

@ -1173,7 +1173,8 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = { @@ -1173,7 +1173,8 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
AP_GROUPINFO("FLIGHT_OPTIONS", 13, ParametersG2, flight_options, 0),
#ifdef ENABLE_SCRIPTING
// Scripting is intentionally not showing up in the parameter docs until it is a more standard feature
// @Group: SCR_
// @Path: ../libraries/AP_Scripting/AP_Scripting.cpp
AP_SUBGROUPINFO(scripting, "SCR_", 14, ParametersG2, AP_Scripting),
#endif

Loading…
Cancel
Save