0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00
This commit is contained in:
2025-12-22 19:48:53 +01:00
parent 71ea29941a
commit 5165ea73e3

View File

@@ -18,8 +18,8 @@ if type(data) == "string" and data ~= nil then
elseif data == "dpty" then return string.format("DPTY=%s\r\n", string.format("%d", get_rds_dpty()))
elseif data == "tp" then return string.format("TP=%s\r\n", string.format("%d", get_rds_tp()))
elseif data == "ta" then return string.format("TA=%s\r\n", string.format("%d", get_rds_ta()))
else return "?" end
-- TODO: more
end
end
cmd = cmd:lower()
if cmd == "pi" then