mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-26 20:33:53 +01:00
there
This commit is contained in:
@@ -40,6 +40,8 @@ if type(data) == "string" and data ~= nil then
|
||||
local enabled, running = get_rds_rtp_meta(true)
|
||||
local f1 = enabled and 2 or (running and 1 or 0)
|
||||
return string.format("ERTPRUN=%d\r\n", f1)
|
||||
elseif data == "lps" then return string.format("LPS=%s", get_rds_lps())
|
||||
elseif data == "ert" then return string.format("ERT=%s", get_rds_ert())
|
||||
else return "?" end
|
||||
-- TODO: more
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user