Browse Source

AP_Scripting: increase heap size (again)

zr-v5.1
Andrew Tridgell 5 years ago committed by WickedShell
parent
commit
b69afff6a7
  1. 2
      libraries/AP_Scripting/AP_Scripting.cpp

2
libraries/AP_Scripting/AP_Scripting.cpp

@ -61,7 +61,7 @@ const AP_Param::GroupInfo AP_Scripting::var_info[] = {
// @Increment: 1024 // @Increment: 1024
// @User: Advanced // @User: Advanced
// @RebootRequired: True // @RebootRequired: True
AP_GROUPINFO("HEAP_SIZE", 3, AP_Scripting, _script_heap_size, 42*1024), AP_GROUPINFO("HEAP_SIZE", 3, AP_Scripting, _script_heap_size, 43*1024),
AP_GROUPINFO("DEBUG_LVL", 4, AP_Scripting, _debug_level, 1), AP_GROUPINFO("DEBUG_LVL", 4, AP_Scripting, _debug_level, 1),

Loading…
Cancel
Save