parent
82df85503d
commit
5b71cc307b
|
@ -80,6 +80,7 @@ static void handleCanFrame(LuaHandle& ls, CanFrameData* data) {
|
||||||
lua_pushinteger(ls, dlc);
|
lua_pushinteger(ls, dlc);
|
||||||
|
|
||||||
if (engineConfiguration->luaCanRxWorkaround) {
|
if (engineConfiguration->luaCanRxWorkaround) {
|
||||||
|
// todo: https://github.com/rusefi/rusefi/issues/6041
|
||||||
lua_getglobal(ls, "global_can_data");
|
lua_getglobal(ls, "global_can_data");
|
||||||
} else {
|
} else {
|
||||||
// Build table for data, that's a HEAVY operation
|
// Build table for data, that's a HEAVY operation
|
||||||
|
|
Loading…
Reference in New Issue