mirror of
https://git.vladimir.cc/vladimir/ewsdr.git
synced 2026-08-25 18:43:51 +00:00
feat(dmr): decode CACH and slot type
This commit is contained in:
@@ -8,3 +8,9 @@ lazbuild -B --ws=cocoa ewsdr.lpr
|
||||
# Optional DMR AMBE+2 adapter (requires mbelib development files)
|
||||
cmake -S native/dmr -B build/dmr -DCMAKE_BUILD_TYPE=Release
|
||||
cmake --build build/dmr
|
||||
|
||||
# DMR receive/protocol tests
|
||||
fpc -Fu. -FE/tmp tests/dmr_protocol_test.pas
|
||||
/tmp/dmr_protocol_test
|
||||
fpc -Fu. -FE/tmp tests/dmr_frontend_test.pas
|
||||
/tmp/dmr_frontend_test
|
||||
|
||||
Reference in New Issue
Block a user