mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-26 20:33:53 +01:00
send aid on one stream
This commit is contained in:
@@ -50,7 +50,7 @@ function rds2_group(stream)
|
|||||||
local next_oda = nil
|
local next_oda = nil
|
||||||
if _RDS2_ODA_pointer <= #_RDS2_ODAs then next_oda = _RDS2_ODAs[_RDS2_ODA_pointer] end
|
if _RDS2_ODA_pointer <= #_RDS2_ODAs then next_oda = _RDS2_ODAs[_RDS2_ODA_pointer] end
|
||||||
|
|
||||||
if _RDS2_ODA_aid == 0 then
|
if _RDS2_ODA_aid == 0 and stream == 1 then
|
||||||
_RDS2_ODA_aid = 1
|
_RDS2_ODA_aid = 1
|
||||||
local block1_base = (2 << 14) | channel
|
local block1_base = (2 << 14) | channel
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user