mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-02 19:53:57 -04:00
Copter: Enable scripting parameters
This commit is contained in:
parent
183640789d
commit
c612291a47
@ -902,7 +902,8 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
|
||||
#endif
|
||||
|
||||
#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_", 30, ParametersG2, AP_Scripting),
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user