Lua to read tsOutputs #3376
This commit is contained in:
parent
b870a2a00b
commit
6d5b9866f2
|
@ -0,0 +1,10 @@
|
||||||
|
/*
|
||||||
|
* value_lookup_generated.cpp
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
float getConfigValueByName(const char *name) {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,7 @@ LUA_EXT=$(PROJECT_DIR)/ext/lua
|
||||||
ALLCPPSRC += $(LUA_DIR)/lua.cpp \
|
ALLCPPSRC += $(LUA_DIR)/lua.cpp \
|
||||||
$(LUA_DIR)/lua_hooks.cpp \
|
$(LUA_DIR)/lua_hooks.cpp \
|
||||||
$(LUA_DIR)/lua_hooks_util.cpp \
|
$(LUA_DIR)/lua_hooks_util.cpp \
|
||||||
|
$(LUA_DIR)/generated/value_lookup_generated.cpp \
|
||||||
$(LUA_DIR)/system_lua.cpp \
|
$(LUA_DIR)/system_lua.cpp \
|
||||||
$(LUA_DIR)/lua_can_rx.cpp \
|
$(LUA_DIR)/lua_can_rx.cpp \
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue