0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00

thats why ptyn didnt work

This commit is contained in:
2025-12-22 16:15:42 +01:00
parent 9ee905d299
commit 75031fc096
2 changed files with 5 additions and 1 deletions

View File

@@ -74,6 +74,9 @@ if type(cmd) == "string" then
if not type then return "-" end
set_rds_rdsgen(type)
return "+"
elseif cmd == "ptyn" then
set_rds_ptyn(value)
return "+"
else
return "?"
end