mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-29 08:19:17 +02:00
yep
This commit is contained in:
@@ -117,6 +117,8 @@ uint8_t init_lua(RDSEncoder* _enc) {
|
||||
lua_setfield(globalL, -2, "rt_transmission");
|
||||
lua_newtable(globalL);
|
||||
lua_setfield(globalL, -2, "ps_transmission");
|
||||
lua_newtable(globalL);
|
||||
lua_setfield(globalL, -2, "group");
|
||||
lua_pushvalue(globalL, -1);
|
||||
hooks_ref = luaL_ref(globalL, LUA_REGISTRYINDEX);
|
||||
lua_setglobal(globalL, "hooks");
|
||||
|
||||
Reference in New Issue
Block a user