mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-31 01:09:17 +02:00
set ta
This commit is contained in:
@@ -272,6 +272,7 @@ function data_handle(data)
|
|||||||
if not program then return "-" end
|
if not program then return "-" end
|
||||||
if program < 1 or program > max_programs then return "-" end
|
if program < 1 or program > max_programs then return "-" end
|
||||||
set_rds_program(program-1)
|
set_rds_program(program-1)
|
||||||
|
set_rds_ta(false)
|
||||||
return "+"
|
return "+"
|
||||||
elseif cmd == "level" then
|
elseif cmd == "level" then
|
||||||
local level = tonumber(value)
|
local level = tonumber(value)
|
||||||
|
|||||||
Reference in New Issue
Block a user