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:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -41,6 +41,7 @@
|
|||||||
"set_rds_ptyn_enabled",
|
"set_rds_ptyn_enabled",
|
||||||
"set_rds_rt_type",
|
"set_rds_rt_type",
|
||||||
"set_rds_rds2mod",
|
"set_rds_rds2mod",
|
||||||
"set_rds_rdsgen"
|
"set_rds_rdsgen",
|
||||||
|
"set_rds_ptyn"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -74,6 +74,9 @@ if type(cmd) == "string" then
|
|||||||
if not type then return "-" end
|
if not type then return "-" end
|
||||||
set_rds_rdsgen(type)
|
set_rds_rdsgen(type)
|
||||||
return "+"
|
return "+"
|
||||||
|
elseif cmd == "ptyn" then
|
||||||
|
set_rds_ptyn(value)
|
||||||
|
return "+"
|
||||||
else
|
else
|
||||||
return "?"
|
return "?"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user