mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Initial work on the M17 protocol.
This commit is contained in:
parent
ff19408e2d
commit
8536294b76
20 changed files with 2029 additions and 44 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2015,2016,2017,2018 by Jonathan Naylor G4KLX
|
||||
* Copyright (C) 2015,2016,2017,2018,2020 by Jonathan Naylor G4KLX
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -26,6 +26,7 @@ const unsigned char MODE_YSF = 3U;
|
|||
const unsigned char MODE_P25 = 4U;
|
||||
const unsigned char MODE_NXDN = 5U;
|
||||
const unsigned char MODE_POCSAG = 6U;
|
||||
const unsigned char MODE_M17 = 7U;
|
||||
|
||||
const unsigned char MODE_FM = 10U;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue