feat(dmr): add receive frontend and AMBE adapter

This commit is contained in:
2026-07-14 18:38:39 +03:00
parent f33a1fbd0a
commit 53a3681618
20 changed files with 998 additions and 30 deletions
+2 -2
View File
@@ -1717,8 +1717,8 @@ end;
function TWebServer.BuildStateJson: string;
const
MODE_N: array[0..10] of string =
('LSB','USB','DSB','CWL','CWU','FM','AM','SAM','DIGU','DIGL','WFM');
MODE_N: array[0..11] of string =
('LSB','USB','DSB','CWL','CWU','FM','AM','SAM','DIGU','DIGL','WFM','DMR');
var
FS: TFormatSettings;
XvtrJson, DevJson, RateJson, BandJson: string;