mirror of https://github.com/ArduPilot/ardupilot
AP_Scripting: add documentation for DEBUG_LVL parameter
This commit is contained in:
parent
e2f3cb7ee8
commit
d24d1c587a
|
@ -71,6 +71,10 @@ const AP_Param::GroupInfo AP_Scripting::var_info[] = {
|
|||
// @RebootRequired: True
|
||||
AP_GROUPINFO("HEAP_SIZE", 3, AP_Scripting, _script_heap_size, SCRIPTING_HEAP_SIZE),
|
||||
|
||||
// @Param: DEBUG_LVL
|
||||
// @DisplayName: Enable Scripting Debug
|
||||
// @Description: Enable scripting debug.
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("DEBUG_LVL", 4, AP_Scripting, _debug_level, 1),
|
||||
|
||||
AP_GROUPEND
|
||||
|
|
Loading…
Reference in New Issue