mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 04:45:17 +03:00
Lua: Use incremental GC and also call it for Widgets (#4369)
Fixes #3885: Error in Lua Widget options handled better (does not disable entire Lua state) Disable Lua Widget if any of its functions has error.
This commit is contained in:
parent
d594843de2
commit
b493973d7d
11 changed files with 213 additions and 89 deletions
|
@ -22,7 +22,7 @@
|
|||
#include <stdio.h>
|
||||
#include "opentx.h"
|
||||
#include "stamp.h"
|
||||
#include "lua/lua_api.h"
|
||||
#include "lua_api.h"
|
||||
#include "telemetry/frsky.h"
|
||||
|
||||
#if defined(PCBX12S)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue