mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-26 20:33:53 +01:00
af is in lua now
This commit is contained in:
@@ -193,4 +193,11 @@ function set_rds_rtp_meta(ertp, enabled, running) end
|
||||
---Gets the metadata of RTP and ERTP
|
||||
---@param ertp boolean
|
||||
---@return boolean enabled, boolean running
|
||||
function get_rds_rtp_meta(ertp) end
|
||||
function get_rds_rtp_meta(ertp) end
|
||||
|
||||
---Sets the AFs included in group 0
|
||||
---@param afs table
|
||||
function set_rds_af_group0(afs) end
|
||||
---Sets the AFs included in the ODA
|
||||
---@param afs table
|
||||
function set_rds_af_oda(afs) end
|
||||
Reference in New Issue
Block a user