mirror of
https://git.vladimir.cc/vladimir/ewsdr.git
synced 2026-08-25 19:45:09 +00:00
fix(dmr): track voice state per timeslot
This commit is contained in:
+2
-1
@@ -3594,7 +3594,8 @@ begin
|
||||
if not S.Synced then Exit(Format('DMR sync... %.3f', [S.SignalRMS]));
|
||||
if S.Inverted then Inv := ' INV' else Inv := '';
|
||||
Details := '';
|
||||
if S.CACHValid then Details := Format(' TS%d', [S.Slot + 1]);
|
||||
if S.LinkControlValid then Details := Format(' TS%d', [S.LCSlot + 1])
|
||||
else if S.CACHValid then Details := Format(' TS%d', [S.Slot + 1]);
|
||||
if S.SlotTypeValid then
|
||||
Details := Details + Format(' CC%d/DT%d', [S.ColorCode, S.DataType]);
|
||||
if S.LinkControlValid then Details := Details + Format(' TG%d', [S.TargetID]);
|
||||
|
||||
Reference in New Issue
Block a user