0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 12:53:53 +01:00
This commit is contained in:
2025-12-22 18:18:46 +01:00
parent 2f30bfb925
commit 920247d706

View File

@@ -196,7 +196,7 @@ STR_RAW_GETTER(lps)
STR_RAW_SETTER(ert, set_rds_ert)
STR_RAW_GETTER(ert)
STR_RAW_SETTER(grpseq2, handle_grpseq2)
STR_RAW_SETTER(grpseq2, set_rds_grpseq2)
int lua_get_rds_grpseq2(lua_State *localL) {
lua_pushstring(localL, mod->enc->data[mod->enc->program].grp_sqc_rds2);
return 1;
@@ -216,7 +216,7 @@ void init_lua(RDSModulator* rds_mod) {
lua_pushstring(L, VERSION);
lua_setglobal(L, "core_version");
lua_register(L, "set_rds_program_defaults", lua_set_rds_program_defaults);
lua_register(L, "set_rds_pi", lua_set_rds_pi);