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-26 12:53:34 +01:00
parent c9bcba2626
commit e26a9a3a14

View File

@@ -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)