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