mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-30 00:39:15 +02:00
11 lines
308 B
Lua
11 lines
308 B
Lua
-- if type(cmd) == "string" then
|
|
-- if cmd:sub(1, 3) == "PI=" then
|
|
-- local hex = cmd:sub(7)
|
|
-- local pi = tonumber(hex, 16)
|
|
-- if (pi & 0xf000) == 0 then return "-" end
|
|
-- if pi then
|
|
-- set_rds_pi(pi)
|
|
-- return "+"
|
|
-- end
|
|
-- end
|
|
-- end |