mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-29 16:29:17 +02:00
oda in lua?
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
---@diagnostic disable: undefined-global
|
||||
function on_state()
|
||||
if get_rds_rtp_meta(false) then init_rtp() end
|
||||
if get_rds_rtp_meta(true) then init_ertp() end
|
||||
if string.byte(get_userdata_offset(257, 1)) ~= 0 then init_ert() end
|
||||
end
|
||||
Reference in New Issue
Block a user