uh huh... this is getting boring

This commit is contained in:
2026-06-20 14:01:40 +02:00
parent e0d333c02c
commit db37d928cd
+1 -1
View File
@@ -157,7 +157,7 @@ uint8_t init_lua(RDSEncoder* _enc) {
lua_registertotable(globalL, "encode_group", lua_encode_group);
lua_setglobal(globalL, "rds");
lua_setglobal(globalL, "RDS");
if (luaL_loadfile(globalL, "/etc/rds95.lua") != LUA_OK) {
fprintf(stderr, "Lua error loading file: %s\n", lua_tostring(globalL, -1));