Lua to read tsOutputs #3376

This commit is contained in:
rusefillc 2021-12-11 12:59:47 -05:00
parent b870a2a00b
commit 6d5b9866f2
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
/*
* value_lookup_generated.cpp
*
*/
float getConfigValueByName(const char *name) {
return 0;
}

View File

@ -4,6 +4,7 @@ LUA_EXT=$(PROJECT_DIR)/ext/lua
ALLCPPSRC += $(LUA_DIR)/lua.cpp \
$(LUA_DIR)/lua_hooks.cpp \
$(LUA_DIR)/lua_hooks_util.cpp \
$(LUA_DIR)/generated/value_lookup_generated.cpp \
$(LUA_DIR)/system_lua.cpp \
$(LUA_DIR)/lua_can_rx.cpp \