mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-26 20:33:53 +01:00
remove c ascii parsing
This commit is contained in:
11
plugin.lua
11
plugin.lua
@@ -226,4 +226,13 @@ function set_rds_eon(eon, enabled, pi, tp, ta, pty, ps, afs, data) end
|
||||
---@return string ps
|
||||
---@return table _ this is empty, getting afs is not supported yet
|
||||
---@return integer data
|
||||
function get_rds_eon(eon) end
|
||||
function get_rds_eon(eon) end
|
||||
|
||||
---Sets the X/Y of the UDG
|
||||
---@param xy boolean
|
||||
---@param groups table Table of tables, this should be up to 8 tables containing 3 integers
|
||||
function set_rds_udg(xy, groups) end
|
||||
---Sets the X/Y of the UDG for RDS2
|
||||
---@param xy boolean
|
||||
---@param groups table Table of tables, this should be up to 8 tables containing 4 integers
|
||||
function set_rds_udg2(xy, groups) end
|
||||
Reference in New Issue
Block a user