mirror of
https://github.com/LX3JL/xlxd.git
synced 2026-03-19 11:34:37 +01:00
Make DMRmmdvm and DMRplus repeater module ID configurable
This commit is contained in:
parent
c909cfbea8
commit
8cdd27e809
|
|
@ -44,7 +44,7 @@
|
|||
#define MMDVM_SLOTTYPE_TERMINATOR 2
|
||||
|
||||
// DMRMMDVM Module ID
|
||||
#define MMDVM_MODULE_ID "B"
|
||||
#define MMDVM_MODULE_ID 'B'
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////
|
||||
// class
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
// define
|
||||
|
||||
// DMR Plus Module ID
|
||||
#define DMRPLUS_MODULE_ID "B"
|
||||
#define DMRPLUS_MODULE_ID 'B'
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////
|
||||
// class
|
||||
|
|
|
|||
Loading…
Reference in a new issue